@ultrade/shared 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/index.d.ts +0 -5
- package/dist/common/index.js +0 -643
- package/dist/constants/index.d.ts +0 -1
- package/dist/constants/index.js +0 -78
- package/dist/helpers/assert.helper.js +0 -78
- package/dist/helpers/atomic.helper.js +0 -78
- package/dist/helpers/balance.helper.js +0 -78
- package/dist/helpers/codex/common.helper.js +0 -78
- package/dist/helpers/codex/index.js +0 -78
- package/dist/helpers/codex/mbr.helper.js +0 -78
- package/dist/helpers/codex/mna.helper.js +0 -78
- package/dist/helpers/codex/order.helper.js +0 -78
- package/dist/helpers/codex/setGlobal.helper.js +0 -78
- package/dist/helpers/codex/transfer.helper.js +0 -78
- package/dist/helpers/codex/txn.helper.js +0 -78
- package/dist/helpers/codex.helper.js +0 -78
- package/dist/helpers/eth.helper.js +0 -78
- package/dist/helpers/vaa.helper.js +0 -78
- package/dist/helpers/withdraw.helper.js +0 -78
- package/package.json +3 -9
- package/dist/common/awsKms.d.ts +0 -2
- package/dist/common/awsKms.js +0 -255
- package/dist/common/indexer.helper.d.ts +0 -2
- package/dist/common/indexer.helper.js +0 -377
- package/dist/common/logger.d.ts +0 -32
- package/dist/common/logger.js +0 -178
- package/dist/common/migration.helpers.d.ts +0 -4
- package/dist/common/migration.helpers.js +0 -33
- package/dist/common/redis.helper.d.ts +0 -27
- package/dist/common/redis.helper.js +0 -249
- package/dist/constants/queue.d.ts +0 -39
- package/dist/helpers/hummingbots.helper.d.ts +0 -2
- package/dist/helpers/hummingbots.helper.js +0 -152
- package/dist/interfaces/controller.interface.d.ts +0 -6
package/dist/constants/index.js
CHANGED
|
@@ -186,7 +186,6 @@ __exportStar(__webpack_require__(2806), exports);
|
|
|
186
186
|
__exportStar(__webpack_require__(661), exports);
|
|
187
187
|
__exportStar(__webpack_require__(9862), exports);
|
|
188
188
|
__exportStar(__webpack_require__(935), exports);
|
|
189
|
-
__exportStar(__webpack_require__(7801), exports);
|
|
190
189
|
__exportStar(__webpack_require__(2169), exports);
|
|
191
190
|
__exportStar(__webpack_require__(4574), exports);
|
|
192
191
|
|
|
@@ -314,83 +313,6 @@ var defaultThemesValue;
|
|
|
314
313
|
})(defaultThemesValue || (exports.defaultThemesValue = defaultThemesValue = {}));
|
|
315
314
|
|
|
316
315
|
|
|
317
|
-
/***/ }),
|
|
318
|
-
|
|
319
|
-
/***/ 7801:
|
|
320
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
324
|
-
exports.QueueOptions = exports.QueueNames = void 0;
|
|
325
|
-
var QueueNames;
|
|
326
|
-
(function (QueueNames) {
|
|
327
|
-
QueueNames["CANCELLATION_TRADE"] = "cancellation_trade";
|
|
328
|
-
QueueNames["CANCEL_ORDER"] = "cancelOrder";
|
|
329
|
-
QueueNames["MAINTENANCE"] = "maintenance";
|
|
330
|
-
QueueNames["SYSTEM"] = "system";
|
|
331
|
-
QueueNames["NEW_ORDER"] = "newOrder";
|
|
332
|
-
QueueNames["PROCESS_WALLET_TRANSACTION"] = "wallet_transaction";
|
|
333
|
-
QueueNames["LAST_LOOK_TRADE"] = "last_look_trade";
|
|
334
|
-
QueueNames["SEND_TRADE_TO_SETTLE"] = "send_trade_to_settle";
|
|
335
|
-
QueueNames["TRADE_FIRE"] = "trade_fire";
|
|
336
|
-
QueueNames["TRADE_CONFIRMED"] = "trade_confirmed";
|
|
337
|
-
QueueNames["ORDER_OPERATION"] = "order_operation";
|
|
338
|
-
QueueNames["ORDER_RESULT"] = "order_result";
|
|
339
|
-
QueueNames["TRADES_QUEUE"] = "trades_q";
|
|
340
|
-
QueueNames["OPEN_ORDER_BOOK"] = "open_order_book";
|
|
341
|
-
QueueNames["SOCKET_WALLET_TRANSACTION"] = "socket_wallet_transaction";
|
|
342
|
-
QueueNames["STREAM_UPDATE_QUOTE"] = "stream_update_quote";
|
|
343
|
-
QueueNames["STREAM_UPDATE_LAST_PRICE"] = "stream_update_last_price";
|
|
344
|
-
QueueNames["STREAM_UPDATE_DEPTH"] = "stream_update_depth";
|
|
345
|
-
QueueNames["STREAM_UPDATE_LAST_CANDLESTICK"] = "stream_update_last_candlestick";
|
|
346
|
-
QueueNames["STREAM_UPDATE_ORDERS"] = "stream_update_orders";
|
|
347
|
-
QueueNames["STREAM_UPDATE_TRADES"] = "stream_update_trades";
|
|
348
|
-
QueueNames["STREAM_UPDATE_ORDER_BOOK"] = "stream_update_order_book";
|
|
349
|
-
QueueNames["CODEX_DEPOSIT"] = "codex_deposit";
|
|
350
|
-
QueueNames["CODEX_TRANSFER"] = "codex_transfer";
|
|
351
|
-
QueueNames["CODEX_WITHDRAWAL"] = "codex_withdrawal";
|
|
352
|
-
QueueNames["CODEX_BALANCES"] = "codex_balances";
|
|
353
|
-
QueueNames["CODEX_TRADE"] = "codex_trade";
|
|
354
|
-
QueueNames["VAA_LOG"] = "vaa_log";
|
|
355
|
-
QueueNames["SETTINGS_UPDATE"] = "settings_update";
|
|
356
|
-
QueueNames["POINT_SYSTEM_SETTINGS_UPDATE"] = "point_system_settings_update";
|
|
357
|
-
QueueNames["NEW_NOTIFICATION"] = "new_notification";
|
|
358
|
-
})(QueueNames || (exports.QueueNames = QueueNames = {}));
|
|
359
|
-
exports.QueueOptions = {
|
|
360
|
-
[QueueNames.CANCELLATION_TRADE]: { options: { durable: true } },
|
|
361
|
-
[QueueNames.CANCEL_ORDER]: { options: { durable: true } },
|
|
362
|
-
[QueueNames.CODEX_BALANCES]: { options: { durable: true } },
|
|
363
|
-
[QueueNames.CODEX_DEPOSIT]: { options: { durable: true } },
|
|
364
|
-
[QueueNames.CODEX_TRANSFER]: { options: { durable: true } },
|
|
365
|
-
[QueueNames.CODEX_TRADE]: { options: { durable: true } },
|
|
366
|
-
[QueueNames.CODEX_WITHDRAWAL]: { options: { durable: true } },
|
|
367
|
-
[QueueNames.LAST_LOOK_TRADE]: { options: { durable: true } },
|
|
368
|
-
[QueueNames.MAINTENANCE]: { options: { durable: true } },
|
|
369
|
-
[QueueNames.SYSTEM]: { options: { durable: true } },
|
|
370
|
-
[QueueNames.NEW_ORDER]: { options: { durable: true } },
|
|
371
|
-
[QueueNames.OPEN_ORDER_BOOK]: { options: { durable: true } },
|
|
372
|
-
[QueueNames.ORDER_OPERATION]: { options: { durable: true, maxPriority: 5 } },
|
|
373
|
-
[QueueNames.ORDER_RESULT]: { options: { durable: true } },
|
|
374
|
-
[QueueNames.PROCESS_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
375
|
-
[QueueNames.SEND_TRADE_TO_SETTLE]: { options: { durable: true } },
|
|
376
|
-
[QueueNames.SOCKET_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
377
|
-
[QueueNames.STREAM_UPDATE_DEPTH]: { options: { durable: true } },
|
|
378
|
-
[QueueNames.STREAM_UPDATE_LAST_CANDLESTICK]: { options: { durable: true } },
|
|
379
|
-
[QueueNames.STREAM_UPDATE_LAST_PRICE]: { options: { durable: true } },
|
|
380
|
-
[QueueNames.STREAM_UPDATE_ORDERS]: { options: { durable: true } },
|
|
381
|
-
[QueueNames.STREAM_UPDATE_ORDER_BOOK]: { options: { durable: true } },
|
|
382
|
-
[QueueNames.STREAM_UPDATE_QUOTE]: { options: { durable: true } },
|
|
383
|
-
[QueueNames.STREAM_UPDATE_TRADES]: { options: { durable: true } },
|
|
384
|
-
[QueueNames.TRADES_QUEUE]: { options: { durable: true } },
|
|
385
|
-
[QueueNames.TRADE_CONFIRMED]: { options: { durable: true } },
|
|
386
|
-
[QueueNames.TRADE_FIRE]: { options: { durable: true } },
|
|
387
|
-
[QueueNames.VAA_LOG]: { options: { durable: true } },
|
|
388
|
-
[QueueNames.SETTINGS_UPDATE]: { options: { durable: true } },
|
|
389
|
-
[QueueNames.POINT_SYSTEM_SETTINGS_UPDATE]: { options: { durable: true } },
|
|
390
|
-
[QueueNames.NEW_NOTIFICATION]: { options: { durable: true } },
|
|
391
|
-
};
|
|
392
|
-
|
|
393
|
-
|
|
394
316
|
/***/ }),
|
|
395
317
|
|
|
396
318
|
/***/ 9862:
|
|
@@ -1155,7 +1155,6 @@ __exportStar(__webpack_require__(2806), exports);
|
|
|
1155
1155
|
__exportStar(__webpack_require__(661), exports);
|
|
1156
1156
|
__exportStar(__webpack_require__(9862), exports);
|
|
1157
1157
|
__exportStar(__webpack_require__(935), exports);
|
|
1158
|
-
__exportStar(__webpack_require__(7801), exports);
|
|
1159
1158
|
__exportStar(__webpack_require__(2169), exports);
|
|
1160
1159
|
__exportStar(__webpack_require__(4574), exports);
|
|
1161
1160
|
|
|
@@ -1392,83 +1391,6 @@ var defaultThemesValue;
|
|
|
1392
1391
|
})(defaultThemesValue || (exports.defaultThemesValue = defaultThemesValue = {}));
|
|
1393
1392
|
|
|
1394
1393
|
|
|
1395
|
-
/***/ }),
|
|
1396
|
-
|
|
1397
|
-
/***/ 7801:
|
|
1398
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1402
|
-
exports.QueueOptions = exports.QueueNames = void 0;
|
|
1403
|
-
var QueueNames;
|
|
1404
|
-
(function (QueueNames) {
|
|
1405
|
-
QueueNames["CANCELLATION_TRADE"] = "cancellation_trade";
|
|
1406
|
-
QueueNames["CANCEL_ORDER"] = "cancelOrder";
|
|
1407
|
-
QueueNames["MAINTENANCE"] = "maintenance";
|
|
1408
|
-
QueueNames["SYSTEM"] = "system";
|
|
1409
|
-
QueueNames["NEW_ORDER"] = "newOrder";
|
|
1410
|
-
QueueNames["PROCESS_WALLET_TRANSACTION"] = "wallet_transaction";
|
|
1411
|
-
QueueNames["LAST_LOOK_TRADE"] = "last_look_trade";
|
|
1412
|
-
QueueNames["SEND_TRADE_TO_SETTLE"] = "send_trade_to_settle";
|
|
1413
|
-
QueueNames["TRADE_FIRE"] = "trade_fire";
|
|
1414
|
-
QueueNames["TRADE_CONFIRMED"] = "trade_confirmed";
|
|
1415
|
-
QueueNames["ORDER_OPERATION"] = "order_operation";
|
|
1416
|
-
QueueNames["ORDER_RESULT"] = "order_result";
|
|
1417
|
-
QueueNames["TRADES_QUEUE"] = "trades_q";
|
|
1418
|
-
QueueNames["OPEN_ORDER_BOOK"] = "open_order_book";
|
|
1419
|
-
QueueNames["SOCKET_WALLET_TRANSACTION"] = "socket_wallet_transaction";
|
|
1420
|
-
QueueNames["STREAM_UPDATE_QUOTE"] = "stream_update_quote";
|
|
1421
|
-
QueueNames["STREAM_UPDATE_LAST_PRICE"] = "stream_update_last_price";
|
|
1422
|
-
QueueNames["STREAM_UPDATE_DEPTH"] = "stream_update_depth";
|
|
1423
|
-
QueueNames["STREAM_UPDATE_LAST_CANDLESTICK"] = "stream_update_last_candlestick";
|
|
1424
|
-
QueueNames["STREAM_UPDATE_ORDERS"] = "stream_update_orders";
|
|
1425
|
-
QueueNames["STREAM_UPDATE_TRADES"] = "stream_update_trades";
|
|
1426
|
-
QueueNames["STREAM_UPDATE_ORDER_BOOK"] = "stream_update_order_book";
|
|
1427
|
-
QueueNames["CODEX_DEPOSIT"] = "codex_deposit";
|
|
1428
|
-
QueueNames["CODEX_TRANSFER"] = "codex_transfer";
|
|
1429
|
-
QueueNames["CODEX_WITHDRAWAL"] = "codex_withdrawal";
|
|
1430
|
-
QueueNames["CODEX_BALANCES"] = "codex_balances";
|
|
1431
|
-
QueueNames["CODEX_TRADE"] = "codex_trade";
|
|
1432
|
-
QueueNames["VAA_LOG"] = "vaa_log";
|
|
1433
|
-
QueueNames["SETTINGS_UPDATE"] = "settings_update";
|
|
1434
|
-
QueueNames["POINT_SYSTEM_SETTINGS_UPDATE"] = "point_system_settings_update";
|
|
1435
|
-
QueueNames["NEW_NOTIFICATION"] = "new_notification";
|
|
1436
|
-
})(QueueNames || (exports.QueueNames = QueueNames = {}));
|
|
1437
|
-
exports.QueueOptions = {
|
|
1438
|
-
[QueueNames.CANCELLATION_TRADE]: { options: { durable: true } },
|
|
1439
|
-
[QueueNames.CANCEL_ORDER]: { options: { durable: true } },
|
|
1440
|
-
[QueueNames.CODEX_BALANCES]: { options: { durable: true } },
|
|
1441
|
-
[QueueNames.CODEX_DEPOSIT]: { options: { durable: true } },
|
|
1442
|
-
[QueueNames.CODEX_TRANSFER]: { options: { durable: true } },
|
|
1443
|
-
[QueueNames.CODEX_TRADE]: { options: { durable: true } },
|
|
1444
|
-
[QueueNames.CODEX_WITHDRAWAL]: { options: { durable: true } },
|
|
1445
|
-
[QueueNames.LAST_LOOK_TRADE]: { options: { durable: true } },
|
|
1446
|
-
[QueueNames.MAINTENANCE]: { options: { durable: true } },
|
|
1447
|
-
[QueueNames.SYSTEM]: { options: { durable: true } },
|
|
1448
|
-
[QueueNames.NEW_ORDER]: { options: { durable: true } },
|
|
1449
|
-
[QueueNames.OPEN_ORDER_BOOK]: { options: { durable: true } },
|
|
1450
|
-
[QueueNames.ORDER_OPERATION]: { options: { durable: true, maxPriority: 5 } },
|
|
1451
|
-
[QueueNames.ORDER_RESULT]: { options: { durable: true } },
|
|
1452
|
-
[QueueNames.PROCESS_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
1453
|
-
[QueueNames.SEND_TRADE_TO_SETTLE]: { options: { durable: true } },
|
|
1454
|
-
[QueueNames.SOCKET_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
1455
|
-
[QueueNames.STREAM_UPDATE_DEPTH]: { options: { durable: true } },
|
|
1456
|
-
[QueueNames.STREAM_UPDATE_LAST_CANDLESTICK]: { options: { durable: true } },
|
|
1457
|
-
[QueueNames.STREAM_UPDATE_LAST_PRICE]: { options: { durable: true } },
|
|
1458
|
-
[QueueNames.STREAM_UPDATE_ORDERS]: { options: { durable: true } },
|
|
1459
|
-
[QueueNames.STREAM_UPDATE_ORDER_BOOK]: { options: { durable: true } },
|
|
1460
|
-
[QueueNames.STREAM_UPDATE_QUOTE]: { options: { durable: true } },
|
|
1461
|
-
[QueueNames.STREAM_UPDATE_TRADES]: { options: { durable: true } },
|
|
1462
|
-
[QueueNames.TRADES_QUEUE]: { options: { durable: true } },
|
|
1463
|
-
[QueueNames.TRADE_CONFIRMED]: { options: { durable: true } },
|
|
1464
|
-
[QueueNames.TRADE_FIRE]: { options: { durable: true } },
|
|
1465
|
-
[QueueNames.VAA_LOG]: { options: { durable: true } },
|
|
1466
|
-
[QueueNames.SETTINGS_UPDATE]: { options: { durable: true } },
|
|
1467
|
-
[QueueNames.POINT_SYSTEM_SETTINGS_UPDATE]: { options: { durable: true } },
|
|
1468
|
-
[QueueNames.NEW_NOTIFICATION]: { options: { durable: true } },
|
|
1469
|
-
};
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
1394
|
/***/ }),
|
|
1473
1395
|
|
|
1474
1396
|
/***/ 8398:
|
|
@@ -418,7 +418,6 @@ __exportStar(__webpack_require__(2806), exports);
|
|
|
418
418
|
__exportStar(__webpack_require__(661), exports);
|
|
419
419
|
__exportStar(__webpack_require__(9862), exports);
|
|
420
420
|
__exportStar(__webpack_require__(935), exports);
|
|
421
|
-
__exportStar(__webpack_require__(7801), exports);
|
|
422
421
|
__exportStar(__webpack_require__(2169), exports);
|
|
423
422
|
__exportStar(__webpack_require__(4574), exports);
|
|
424
423
|
|
|
@@ -546,83 +545,6 @@ var defaultThemesValue;
|
|
|
546
545
|
})(defaultThemesValue || (exports.defaultThemesValue = defaultThemesValue = {}));
|
|
547
546
|
|
|
548
547
|
|
|
549
|
-
/***/ }),
|
|
550
|
-
|
|
551
|
-
/***/ 7801:
|
|
552
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
556
|
-
exports.QueueOptions = exports.QueueNames = void 0;
|
|
557
|
-
var QueueNames;
|
|
558
|
-
(function (QueueNames) {
|
|
559
|
-
QueueNames["CANCELLATION_TRADE"] = "cancellation_trade";
|
|
560
|
-
QueueNames["CANCEL_ORDER"] = "cancelOrder";
|
|
561
|
-
QueueNames["MAINTENANCE"] = "maintenance";
|
|
562
|
-
QueueNames["SYSTEM"] = "system";
|
|
563
|
-
QueueNames["NEW_ORDER"] = "newOrder";
|
|
564
|
-
QueueNames["PROCESS_WALLET_TRANSACTION"] = "wallet_transaction";
|
|
565
|
-
QueueNames["LAST_LOOK_TRADE"] = "last_look_trade";
|
|
566
|
-
QueueNames["SEND_TRADE_TO_SETTLE"] = "send_trade_to_settle";
|
|
567
|
-
QueueNames["TRADE_FIRE"] = "trade_fire";
|
|
568
|
-
QueueNames["TRADE_CONFIRMED"] = "trade_confirmed";
|
|
569
|
-
QueueNames["ORDER_OPERATION"] = "order_operation";
|
|
570
|
-
QueueNames["ORDER_RESULT"] = "order_result";
|
|
571
|
-
QueueNames["TRADES_QUEUE"] = "trades_q";
|
|
572
|
-
QueueNames["OPEN_ORDER_BOOK"] = "open_order_book";
|
|
573
|
-
QueueNames["SOCKET_WALLET_TRANSACTION"] = "socket_wallet_transaction";
|
|
574
|
-
QueueNames["STREAM_UPDATE_QUOTE"] = "stream_update_quote";
|
|
575
|
-
QueueNames["STREAM_UPDATE_LAST_PRICE"] = "stream_update_last_price";
|
|
576
|
-
QueueNames["STREAM_UPDATE_DEPTH"] = "stream_update_depth";
|
|
577
|
-
QueueNames["STREAM_UPDATE_LAST_CANDLESTICK"] = "stream_update_last_candlestick";
|
|
578
|
-
QueueNames["STREAM_UPDATE_ORDERS"] = "stream_update_orders";
|
|
579
|
-
QueueNames["STREAM_UPDATE_TRADES"] = "stream_update_trades";
|
|
580
|
-
QueueNames["STREAM_UPDATE_ORDER_BOOK"] = "stream_update_order_book";
|
|
581
|
-
QueueNames["CODEX_DEPOSIT"] = "codex_deposit";
|
|
582
|
-
QueueNames["CODEX_TRANSFER"] = "codex_transfer";
|
|
583
|
-
QueueNames["CODEX_WITHDRAWAL"] = "codex_withdrawal";
|
|
584
|
-
QueueNames["CODEX_BALANCES"] = "codex_balances";
|
|
585
|
-
QueueNames["CODEX_TRADE"] = "codex_trade";
|
|
586
|
-
QueueNames["VAA_LOG"] = "vaa_log";
|
|
587
|
-
QueueNames["SETTINGS_UPDATE"] = "settings_update";
|
|
588
|
-
QueueNames["POINT_SYSTEM_SETTINGS_UPDATE"] = "point_system_settings_update";
|
|
589
|
-
QueueNames["NEW_NOTIFICATION"] = "new_notification";
|
|
590
|
-
})(QueueNames || (exports.QueueNames = QueueNames = {}));
|
|
591
|
-
exports.QueueOptions = {
|
|
592
|
-
[QueueNames.CANCELLATION_TRADE]: { options: { durable: true } },
|
|
593
|
-
[QueueNames.CANCEL_ORDER]: { options: { durable: true } },
|
|
594
|
-
[QueueNames.CODEX_BALANCES]: { options: { durable: true } },
|
|
595
|
-
[QueueNames.CODEX_DEPOSIT]: { options: { durable: true } },
|
|
596
|
-
[QueueNames.CODEX_TRANSFER]: { options: { durable: true } },
|
|
597
|
-
[QueueNames.CODEX_TRADE]: { options: { durable: true } },
|
|
598
|
-
[QueueNames.CODEX_WITHDRAWAL]: { options: { durable: true } },
|
|
599
|
-
[QueueNames.LAST_LOOK_TRADE]: { options: { durable: true } },
|
|
600
|
-
[QueueNames.MAINTENANCE]: { options: { durable: true } },
|
|
601
|
-
[QueueNames.SYSTEM]: { options: { durable: true } },
|
|
602
|
-
[QueueNames.NEW_ORDER]: { options: { durable: true } },
|
|
603
|
-
[QueueNames.OPEN_ORDER_BOOK]: { options: { durable: true } },
|
|
604
|
-
[QueueNames.ORDER_OPERATION]: { options: { durable: true, maxPriority: 5 } },
|
|
605
|
-
[QueueNames.ORDER_RESULT]: { options: { durable: true } },
|
|
606
|
-
[QueueNames.PROCESS_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
607
|
-
[QueueNames.SEND_TRADE_TO_SETTLE]: { options: { durable: true } },
|
|
608
|
-
[QueueNames.SOCKET_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
609
|
-
[QueueNames.STREAM_UPDATE_DEPTH]: { options: { durable: true } },
|
|
610
|
-
[QueueNames.STREAM_UPDATE_LAST_CANDLESTICK]: { options: { durable: true } },
|
|
611
|
-
[QueueNames.STREAM_UPDATE_LAST_PRICE]: { options: { durable: true } },
|
|
612
|
-
[QueueNames.STREAM_UPDATE_ORDERS]: { options: { durable: true } },
|
|
613
|
-
[QueueNames.STREAM_UPDATE_ORDER_BOOK]: { options: { durable: true } },
|
|
614
|
-
[QueueNames.STREAM_UPDATE_QUOTE]: { options: { durable: true } },
|
|
615
|
-
[QueueNames.STREAM_UPDATE_TRADES]: { options: { durable: true } },
|
|
616
|
-
[QueueNames.TRADES_QUEUE]: { options: { durable: true } },
|
|
617
|
-
[QueueNames.TRADE_CONFIRMED]: { options: { durable: true } },
|
|
618
|
-
[QueueNames.TRADE_FIRE]: { options: { durable: true } },
|
|
619
|
-
[QueueNames.VAA_LOG]: { options: { durable: true } },
|
|
620
|
-
[QueueNames.SETTINGS_UPDATE]: { options: { durable: true } },
|
|
621
|
-
[QueueNames.POINT_SYSTEM_SETTINGS_UPDATE]: { options: { durable: true } },
|
|
622
|
-
[QueueNames.NEW_NOTIFICATION]: { options: { durable: true } },
|
|
623
|
-
};
|
|
624
|
-
|
|
625
|
-
|
|
626
548
|
/***/ }),
|
|
627
549
|
|
|
628
550
|
/***/ 9862:
|
|
@@ -2910,7 +2910,6 @@ __exportStar(__webpack_require__(2806), exports);
|
|
|
2910
2910
|
__exportStar(__webpack_require__(661), exports);
|
|
2911
2911
|
__exportStar(__webpack_require__(9862), exports);
|
|
2912
2912
|
__exportStar(__webpack_require__(935), exports);
|
|
2913
|
-
__exportStar(__webpack_require__(7801), exports);
|
|
2914
2913
|
__exportStar(__webpack_require__(2169), exports);
|
|
2915
2914
|
__exportStar(__webpack_require__(4574), exports);
|
|
2916
2915
|
|
|
@@ -3306,83 +3305,6 @@ function mapOrderTypeShortToLong(value) {
|
|
|
3306
3305
|
}
|
|
3307
3306
|
|
|
3308
3307
|
|
|
3309
|
-
/***/ }),
|
|
3310
|
-
|
|
3311
|
-
/***/ 7801:
|
|
3312
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3316
|
-
exports.QueueOptions = exports.QueueNames = void 0;
|
|
3317
|
-
var QueueNames;
|
|
3318
|
-
(function (QueueNames) {
|
|
3319
|
-
QueueNames["CANCELLATION_TRADE"] = "cancellation_trade";
|
|
3320
|
-
QueueNames["CANCEL_ORDER"] = "cancelOrder";
|
|
3321
|
-
QueueNames["MAINTENANCE"] = "maintenance";
|
|
3322
|
-
QueueNames["SYSTEM"] = "system";
|
|
3323
|
-
QueueNames["NEW_ORDER"] = "newOrder";
|
|
3324
|
-
QueueNames["PROCESS_WALLET_TRANSACTION"] = "wallet_transaction";
|
|
3325
|
-
QueueNames["LAST_LOOK_TRADE"] = "last_look_trade";
|
|
3326
|
-
QueueNames["SEND_TRADE_TO_SETTLE"] = "send_trade_to_settle";
|
|
3327
|
-
QueueNames["TRADE_FIRE"] = "trade_fire";
|
|
3328
|
-
QueueNames["TRADE_CONFIRMED"] = "trade_confirmed";
|
|
3329
|
-
QueueNames["ORDER_OPERATION"] = "order_operation";
|
|
3330
|
-
QueueNames["ORDER_RESULT"] = "order_result";
|
|
3331
|
-
QueueNames["TRADES_QUEUE"] = "trades_q";
|
|
3332
|
-
QueueNames["OPEN_ORDER_BOOK"] = "open_order_book";
|
|
3333
|
-
QueueNames["SOCKET_WALLET_TRANSACTION"] = "socket_wallet_transaction";
|
|
3334
|
-
QueueNames["STREAM_UPDATE_QUOTE"] = "stream_update_quote";
|
|
3335
|
-
QueueNames["STREAM_UPDATE_LAST_PRICE"] = "stream_update_last_price";
|
|
3336
|
-
QueueNames["STREAM_UPDATE_DEPTH"] = "stream_update_depth";
|
|
3337
|
-
QueueNames["STREAM_UPDATE_LAST_CANDLESTICK"] = "stream_update_last_candlestick";
|
|
3338
|
-
QueueNames["STREAM_UPDATE_ORDERS"] = "stream_update_orders";
|
|
3339
|
-
QueueNames["STREAM_UPDATE_TRADES"] = "stream_update_trades";
|
|
3340
|
-
QueueNames["STREAM_UPDATE_ORDER_BOOK"] = "stream_update_order_book";
|
|
3341
|
-
QueueNames["CODEX_DEPOSIT"] = "codex_deposit";
|
|
3342
|
-
QueueNames["CODEX_TRANSFER"] = "codex_transfer";
|
|
3343
|
-
QueueNames["CODEX_WITHDRAWAL"] = "codex_withdrawal";
|
|
3344
|
-
QueueNames["CODEX_BALANCES"] = "codex_balances";
|
|
3345
|
-
QueueNames["CODEX_TRADE"] = "codex_trade";
|
|
3346
|
-
QueueNames["VAA_LOG"] = "vaa_log";
|
|
3347
|
-
QueueNames["SETTINGS_UPDATE"] = "settings_update";
|
|
3348
|
-
QueueNames["POINT_SYSTEM_SETTINGS_UPDATE"] = "point_system_settings_update";
|
|
3349
|
-
QueueNames["NEW_NOTIFICATION"] = "new_notification";
|
|
3350
|
-
})(QueueNames || (exports.QueueNames = QueueNames = {}));
|
|
3351
|
-
exports.QueueOptions = {
|
|
3352
|
-
[QueueNames.CANCELLATION_TRADE]: { options: { durable: true } },
|
|
3353
|
-
[QueueNames.CANCEL_ORDER]: { options: { durable: true } },
|
|
3354
|
-
[QueueNames.CODEX_BALANCES]: { options: { durable: true } },
|
|
3355
|
-
[QueueNames.CODEX_DEPOSIT]: { options: { durable: true } },
|
|
3356
|
-
[QueueNames.CODEX_TRANSFER]: { options: { durable: true } },
|
|
3357
|
-
[QueueNames.CODEX_TRADE]: { options: { durable: true } },
|
|
3358
|
-
[QueueNames.CODEX_WITHDRAWAL]: { options: { durable: true } },
|
|
3359
|
-
[QueueNames.LAST_LOOK_TRADE]: { options: { durable: true } },
|
|
3360
|
-
[QueueNames.MAINTENANCE]: { options: { durable: true } },
|
|
3361
|
-
[QueueNames.SYSTEM]: { options: { durable: true } },
|
|
3362
|
-
[QueueNames.NEW_ORDER]: { options: { durable: true } },
|
|
3363
|
-
[QueueNames.OPEN_ORDER_BOOK]: { options: { durable: true } },
|
|
3364
|
-
[QueueNames.ORDER_OPERATION]: { options: { durable: true, maxPriority: 5 } },
|
|
3365
|
-
[QueueNames.ORDER_RESULT]: { options: { durable: true } },
|
|
3366
|
-
[QueueNames.PROCESS_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
3367
|
-
[QueueNames.SEND_TRADE_TO_SETTLE]: { options: { durable: true } },
|
|
3368
|
-
[QueueNames.SOCKET_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
3369
|
-
[QueueNames.STREAM_UPDATE_DEPTH]: { options: { durable: true } },
|
|
3370
|
-
[QueueNames.STREAM_UPDATE_LAST_CANDLESTICK]: { options: { durable: true } },
|
|
3371
|
-
[QueueNames.STREAM_UPDATE_LAST_PRICE]: { options: { durable: true } },
|
|
3372
|
-
[QueueNames.STREAM_UPDATE_ORDERS]: { options: { durable: true } },
|
|
3373
|
-
[QueueNames.STREAM_UPDATE_ORDER_BOOK]: { options: { durable: true } },
|
|
3374
|
-
[QueueNames.STREAM_UPDATE_QUOTE]: { options: { durable: true } },
|
|
3375
|
-
[QueueNames.STREAM_UPDATE_TRADES]: { options: { durable: true } },
|
|
3376
|
-
[QueueNames.TRADES_QUEUE]: { options: { durable: true } },
|
|
3377
|
-
[QueueNames.TRADE_CONFIRMED]: { options: { durable: true } },
|
|
3378
|
-
[QueueNames.TRADE_FIRE]: { options: { durable: true } },
|
|
3379
|
-
[QueueNames.VAA_LOG]: { options: { durable: true } },
|
|
3380
|
-
[QueueNames.SETTINGS_UPDATE]: { options: { durable: true } },
|
|
3381
|
-
[QueueNames.POINT_SYSTEM_SETTINGS_UPDATE]: { options: { durable: true } },
|
|
3382
|
-
[QueueNames.NEW_NOTIFICATION]: { options: { durable: true } },
|
|
3383
|
-
};
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
3308
|
/***/ }),
|
|
3387
3309
|
|
|
3388
3310
|
/***/ 7835:
|
|
@@ -2882,7 +2882,6 @@ __exportStar(__webpack_require__(2806), exports);
|
|
|
2882
2882
|
__exportStar(__webpack_require__(661), exports);
|
|
2883
2883
|
__exportStar(__webpack_require__(9862), exports);
|
|
2884
2884
|
__exportStar(__webpack_require__(935), exports);
|
|
2885
|
-
__exportStar(__webpack_require__(7801), exports);
|
|
2886
2885
|
__exportStar(__webpack_require__(2169), exports);
|
|
2887
2886
|
__exportStar(__webpack_require__(4574), exports);
|
|
2888
2887
|
|
|
@@ -3278,83 +3277,6 @@ function mapOrderTypeShortToLong(value) {
|
|
|
3278
3277
|
}
|
|
3279
3278
|
|
|
3280
3279
|
|
|
3281
|
-
/***/ }),
|
|
3282
|
-
|
|
3283
|
-
/***/ 7801:
|
|
3284
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3288
|
-
exports.QueueOptions = exports.QueueNames = void 0;
|
|
3289
|
-
var QueueNames;
|
|
3290
|
-
(function (QueueNames) {
|
|
3291
|
-
QueueNames["CANCELLATION_TRADE"] = "cancellation_trade";
|
|
3292
|
-
QueueNames["CANCEL_ORDER"] = "cancelOrder";
|
|
3293
|
-
QueueNames["MAINTENANCE"] = "maintenance";
|
|
3294
|
-
QueueNames["SYSTEM"] = "system";
|
|
3295
|
-
QueueNames["NEW_ORDER"] = "newOrder";
|
|
3296
|
-
QueueNames["PROCESS_WALLET_TRANSACTION"] = "wallet_transaction";
|
|
3297
|
-
QueueNames["LAST_LOOK_TRADE"] = "last_look_trade";
|
|
3298
|
-
QueueNames["SEND_TRADE_TO_SETTLE"] = "send_trade_to_settle";
|
|
3299
|
-
QueueNames["TRADE_FIRE"] = "trade_fire";
|
|
3300
|
-
QueueNames["TRADE_CONFIRMED"] = "trade_confirmed";
|
|
3301
|
-
QueueNames["ORDER_OPERATION"] = "order_operation";
|
|
3302
|
-
QueueNames["ORDER_RESULT"] = "order_result";
|
|
3303
|
-
QueueNames["TRADES_QUEUE"] = "trades_q";
|
|
3304
|
-
QueueNames["OPEN_ORDER_BOOK"] = "open_order_book";
|
|
3305
|
-
QueueNames["SOCKET_WALLET_TRANSACTION"] = "socket_wallet_transaction";
|
|
3306
|
-
QueueNames["STREAM_UPDATE_QUOTE"] = "stream_update_quote";
|
|
3307
|
-
QueueNames["STREAM_UPDATE_LAST_PRICE"] = "stream_update_last_price";
|
|
3308
|
-
QueueNames["STREAM_UPDATE_DEPTH"] = "stream_update_depth";
|
|
3309
|
-
QueueNames["STREAM_UPDATE_LAST_CANDLESTICK"] = "stream_update_last_candlestick";
|
|
3310
|
-
QueueNames["STREAM_UPDATE_ORDERS"] = "stream_update_orders";
|
|
3311
|
-
QueueNames["STREAM_UPDATE_TRADES"] = "stream_update_trades";
|
|
3312
|
-
QueueNames["STREAM_UPDATE_ORDER_BOOK"] = "stream_update_order_book";
|
|
3313
|
-
QueueNames["CODEX_DEPOSIT"] = "codex_deposit";
|
|
3314
|
-
QueueNames["CODEX_TRANSFER"] = "codex_transfer";
|
|
3315
|
-
QueueNames["CODEX_WITHDRAWAL"] = "codex_withdrawal";
|
|
3316
|
-
QueueNames["CODEX_BALANCES"] = "codex_balances";
|
|
3317
|
-
QueueNames["CODEX_TRADE"] = "codex_trade";
|
|
3318
|
-
QueueNames["VAA_LOG"] = "vaa_log";
|
|
3319
|
-
QueueNames["SETTINGS_UPDATE"] = "settings_update";
|
|
3320
|
-
QueueNames["POINT_SYSTEM_SETTINGS_UPDATE"] = "point_system_settings_update";
|
|
3321
|
-
QueueNames["NEW_NOTIFICATION"] = "new_notification";
|
|
3322
|
-
})(QueueNames || (exports.QueueNames = QueueNames = {}));
|
|
3323
|
-
exports.QueueOptions = {
|
|
3324
|
-
[QueueNames.CANCELLATION_TRADE]: { options: { durable: true } },
|
|
3325
|
-
[QueueNames.CANCEL_ORDER]: { options: { durable: true } },
|
|
3326
|
-
[QueueNames.CODEX_BALANCES]: { options: { durable: true } },
|
|
3327
|
-
[QueueNames.CODEX_DEPOSIT]: { options: { durable: true } },
|
|
3328
|
-
[QueueNames.CODEX_TRANSFER]: { options: { durable: true } },
|
|
3329
|
-
[QueueNames.CODEX_TRADE]: { options: { durable: true } },
|
|
3330
|
-
[QueueNames.CODEX_WITHDRAWAL]: { options: { durable: true } },
|
|
3331
|
-
[QueueNames.LAST_LOOK_TRADE]: { options: { durable: true } },
|
|
3332
|
-
[QueueNames.MAINTENANCE]: { options: { durable: true } },
|
|
3333
|
-
[QueueNames.SYSTEM]: { options: { durable: true } },
|
|
3334
|
-
[QueueNames.NEW_ORDER]: { options: { durable: true } },
|
|
3335
|
-
[QueueNames.OPEN_ORDER_BOOK]: { options: { durable: true } },
|
|
3336
|
-
[QueueNames.ORDER_OPERATION]: { options: { durable: true, maxPriority: 5 } },
|
|
3337
|
-
[QueueNames.ORDER_RESULT]: { options: { durable: true } },
|
|
3338
|
-
[QueueNames.PROCESS_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
3339
|
-
[QueueNames.SEND_TRADE_TO_SETTLE]: { options: { durable: true } },
|
|
3340
|
-
[QueueNames.SOCKET_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
3341
|
-
[QueueNames.STREAM_UPDATE_DEPTH]: { options: { durable: true } },
|
|
3342
|
-
[QueueNames.STREAM_UPDATE_LAST_CANDLESTICK]: { options: { durable: true } },
|
|
3343
|
-
[QueueNames.STREAM_UPDATE_LAST_PRICE]: { options: { durable: true } },
|
|
3344
|
-
[QueueNames.STREAM_UPDATE_ORDERS]: { options: { durable: true } },
|
|
3345
|
-
[QueueNames.STREAM_UPDATE_ORDER_BOOK]: { options: { durable: true } },
|
|
3346
|
-
[QueueNames.STREAM_UPDATE_QUOTE]: { options: { durable: true } },
|
|
3347
|
-
[QueueNames.STREAM_UPDATE_TRADES]: { options: { durable: true } },
|
|
3348
|
-
[QueueNames.TRADES_QUEUE]: { options: { durable: true } },
|
|
3349
|
-
[QueueNames.TRADE_CONFIRMED]: { options: { durable: true } },
|
|
3350
|
-
[QueueNames.TRADE_FIRE]: { options: { durable: true } },
|
|
3351
|
-
[QueueNames.VAA_LOG]: { options: { durable: true } },
|
|
3352
|
-
[QueueNames.SETTINGS_UPDATE]: { options: { durable: true } },
|
|
3353
|
-
[QueueNames.POINT_SYSTEM_SETTINGS_UPDATE]: { options: { durable: true } },
|
|
3354
|
-
[QueueNames.NEW_NOTIFICATION]: { options: { durable: true } },
|
|
3355
|
-
};
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
3280
|
/***/ }),
|
|
3359
3281
|
|
|
3360
3282
|
/***/ 7835:
|
|
@@ -2882,7 +2882,6 @@ __exportStar(__webpack_require__(2806), exports);
|
|
|
2882
2882
|
__exportStar(__webpack_require__(661), exports);
|
|
2883
2883
|
__exportStar(__webpack_require__(9862), exports);
|
|
2884
2884
|
__exportStar(__webpack_require__(935), exports);
|
|
2885
|
-
__exportStar(__webpack_require__(7801), exports);
|
|
2886
2885
|
__exportStar(__webpack_require__(2169), exports);
|
|
2887
2886
|
__exportStar(__webpack_require__(4574), exports);
|
|
2888
2887
|
|
|
@@ -3278,83 +3277,6 @@ function mapOrderTypeShortToLong(value) {
|
|
|
3278
3277
|
}
|
|
3279
3278
|
|
|
3280
3279
|
|
|
3281
|
-
/***/ }),
|
|
3282
|
-
|
|
3283
|
-
/***/ 7801:
|
|
3284
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3288
|
-
exports.QueueOptions = exports.QueueNames = void 0;
|
|
3289
|
-
var QueueNames;
|
|
3290
|
-
(function (QueueNames) {
|
|
3291
|
-
QueueNames["CANCELLATION_TRADE"] = "cancellation_trade";
|
|
3292
|
-
QueueNames["CANCEL_ORDER"] = "cancelOrder";
|
|
3293
|
-
QueueNames["MAINTENANCE"] = "maintenance";
|
|
3294
|
-
QueueNames["SYSTEM"] = "system";
|
|
3295
|
-
QueueNames["NEW_ORDER"] = "newOrder";
|
|
3296
|
-
QueueNames["PROCESS_WALLET_TRANSACTION"] = "wallet_transaction";
|
|
3297
|
-
QueueNames["LAST_LOOK_TRADE"] = "last_look_trade";
|
|
3298
|
-
QueueNames["SEND_TRADE_TO_SETTLE"] = "send_trade_to_settle";
|
|
3299
|
-
QueueNames["TRADE_FIRE"] = "trade_fire";
|
|
3300
|
-
QueueNames["TRADE_CONFIRMED"] = "trade_confirmed";
|
|
3301
|
-
QueueNames["ORDER_OPERATION"] = "order_operation";
|
|
3302
|
-
QueueNames["ORDER_RESULT"] = "order_result";
|
|
3303
|
-
QueueNames["TRADES_QUEUE"] = "trades_q";
|
|
3304
|
-
QueueNames["OPEN_ORDER_BOOK"] = "open_order_book";
|
|
3305
|
-
QueueNames["SOCKET_WALLET_TRANSACTION"] = "socket_wallet_transaction";
|
|
3306
|
-
QueueNames["STREAM_UPDATE_QUOTE"] = "stream_update_quote";
|
|
3307
|
-
QueueNames["STREAM_UPDATE_LAST_PRICE"] = "stream_update_last_price";
|
|
3308
|
-
QueueNames["STREAM_UPDATE_DEPTH"] = "stream_update_depth";
|
|
3309
|
-
QueueNames["STREAM_UPDATE_LAST_CANDLESTICK"] = "stream_update_last_candlestick";
|
|
3310
|
-
QueueNames["STREAM_UPDATE_ORDERS"] = "stream_update_orders";
|
|
3311
|
-
QueueNames["STREAM_UPDATE_TRADES"] = "stream_update_trades";
|
|
3312
|
-
QueueNames["STREAM_UPDATE_ORDER_BOOK"] = "stream_update_order_book";
|
|
3313
|
-
QueueNames["CODEX_DEPOSIT"] = "codex_deposit";
|
|
3314
|
-
QueueNames["CODEX_TRANSFER"] = "codex_transfer";
|
|
3315
|
-
QueueNames["CODEX_WITHDRAWAL"] = "codex_withdrawal";
|
|
3316
|
-
QueueNames["CODEX_BALANCES"] = "codex_balances";
|
|
3317
|
-
QueueNames["CODEX_TRADE"] = "codex_trade";
|
|
3318
|
-
QueueNames["VAA_LOG"] = "vaa_log";
|
|
3319
|
-
QueueNames["SETTINGS_UPDATE"] = "settings_update";
|
|
3320
|
-
QueueNames["POINT_SYSTEM_SETTINGS_UPDATE"] = "point_system_settings_update";
|
|
3321
|
-
QueueNames["NEW_NOTIFICATION"] = "new_notification";
|
|
3322
|
-
})(QueueNames || (exports.QueueNames = QueueNames = {}));
|
|
3323
|
-
exports.QueueOptions = {
|
|
3324
|
-
[QueueNames.CANCELLATION_TRADE]: { options: { durable: true } },
|
|
3325
|
-
[QueueNames.CANCEL_ORDER]: { options: { durable: true } },
|
|
3326
|
-
[QueueNames.CODEX_BALANCES]: { options: { durable: true } },
|
|
3327
|
-
[QueueNames.CODEX_DEPOSIT]: { options: { durable: true } },
|
|
3328
|
-
[QueueNames.CODEX_TRANSFER]: { options: { durable: true } },
|
|
3329
|
-
[QueueNames.CODEX_TRADE]: { options: { durable: true } },
|
|
3330
|
-
[QueueNames.CODEX_WITHDRAWAL]: { options: { durable: true } },
|
|
3331
|
-
[QueueNames.LAST_LOOK_TRADE]: { options: { durable: true } },
|
|
3332
|
-
[QueueNames.MAINTENANCE]: { options: { durable: true } },
|
|
3333
|
-
[QueueNames.SYSTEM]: { options: { durable: true } },
|
|
3334
|
-
[QueueNames.NEW_ORDER]: { options: { durable: true } },
|
|
3335
|
-
[QueueNames.OPEN_ORDER_BOOK]: { options: { durable: true } },
|
|
3336
|
-
[QueueNames.ORDER_OPERATION]: { options: { durable: true, maxPriority: 5 } },
|
|
3337
|
-
[QueueNames.ORDER_RESULT]: { options: { durable: true } },
|
|
3338
|
-
[QueueNames.PROCESS_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
3339
|
-
[QueueNames.SEND_TRADE_TO_SETTLE]: { options: { durable: true } },
|
|
3340
|
-
[QueueNames.SOCKET_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
3341
|
-
[QueueNames.STREAM_UPDATE_DEPTH]: { options: { durable: true } },
|
|
3342
|
-
[QueueNames.STREAM_UPDATE_LAST_CANDLESTICK]: { options: { durable: true } },
|
|
3343
|
-
[QueueNames.STREAM_UPDATE_LAST_PRICE]: { options: { durable: true } },
|
|
3344
|
-
[QueueNames.STREAM_UPDATE_ORDERS]: { options: { durable: true } },
|
|
3345
|
-
[QueueNames.STREAM_UPDATE_ORDER_BOOK]: { options: { durable: true } },
|
|
3346
|
-
[QueueNames.STREAM_UPDATE_QUOTE]: { options: { durable: true } },
|
|
3347
|
-
[QueueNames.STREAM_UPDATE_TRADES]: { options: { durable: true } },
|
|
3348
|
-
[QueueNames.TRADES_QUEUE]: { options: { durable: true } },
|
|
3349
|
-
[QueueNames.TRADE_CONFIRMED]: { options: { durable: true } },
|
|
3350
|
-
[QueueNames.TRADE_FIRE]: { options: { durable: true } },
|
|
3351
|
-
[QueueNames.VAA_LOG]: { options: { durable: true } },
|
|
3352
|
-
[QueueNames.SETTINGS_UPDATE]: { options: { durable: true } },
|
|
3353
|
-
[QueueNames.POINT_SYSTEM_SETTINGS_UPDATE]: { options: { durable: true } },
|
|
3354
|
-
[QueueNames.NEW_NOTIFICATION]: { options: { durable: true } },
|
|
3355
|
-
};
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
3280
|
/***/ }),
|
|
3359
3281
|
|
|
3360
3282
|
/***/ 7835:
|
|
@@ -2882,7 +2882,6 @@ __exportStar(__webpack_require__(2806), exports);
|
|
|
2882
2882
|
__exportStar(__webpack_require__(661), exports);
|
|
2883
2883
|
__exportStar(__webpack_require__(9862), exports);
|
|
2884
2884
|
__exportStar(__webpack_require__(935), exports);
|
|
2885
|
-
__exportStar(__webpack_require__(7801), exports);
|
|
2886
2885
|
__exportStar(__webpack_require__(2169), exports);
|
|
2887
2886
|
__exportStar(__webpack_require__(4574), exports);
|
|
2888
2887
|
|
|
@@ -3278,83 +3277,6 @@ function mapOrderTypeShortToLong(value) {
|
|
|
3278
3277
|
}
|
|
3279
3278
|
|
|
3280
3279
|
|
|
3281
|
-
/***/ }),
|
|
3282
|
-
|
|
3283
|
-
/***/ 7801:
|
|
3284
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3288
|
-
exports.QueueOptions = exports.QueueNames = void 0;
|
|
3289
|
-
var QueueNames;
|
|
3290
|
-
(function (QueueNames) {
|
|
3291
|
-
QueueNames["CANCELLATION_TRADE"] = "cancellation_trade";
|
|
3292
|
-
QueueNames["CANCEL_ORDER"] = "cancelOrder";
|
|
3293
|
-
QueueNames["MAINTENANCE"] = "maintenance";
|
|
3294
|
-
QueueNames["SYSTEM"] = "system";
|
|
3295
|
-
QueueNames["NEW_ORDER"] = "newOrder";
|
|
3296
|
-
QueueNames["PROCESS_WALLET_TRANSACTION"] = "wallet_transaction";
|
|
3297
|
-
QueueNames["LAST_LOOK_TRADE"] = "last_look_trade";
|
|
3298
|
-
QueueNames["SEND_TRADE_TO_SETTLE"] = "send_trade_to_settle";
|
|
3299
|
-
QueueNames["TRADE_FIRE"] = "trade_fire";
|
|
3300
|
-
QueueNames["TRADE_CONFIRMED"] = "trade_confirmed";
|
|
3301
|
-
QueueNames["ORDER_OPERATION"] = "order_operation";
|
|
3302
|
-
QueueNames["ORDER_RESULT"] = "order_result";
|
|
3303
|
-
QueueNames["TRADES_QUEUE"] = "trades_q";
|
|
3304
|
-
QueueNames["OPEN_ORDER_BOOK"] = "open_order_book";
|
|
3305
|
-
QueueNames["SOCKET_WALLET_TRANSACTION"] = "socket_wallet_transaction";
|
|
3306
|
-
QueueNames["STREAM_UPDATE_QUOTE"] = "stream_update_quote";
|
|
3307
|
-
QueueNames["STREAM_UPDATE_LAST_PRICE"] = "stream_update_last_price";
|
|
3308
|
-
QueueNames["STREAM_UPDATE_DEPTH"] = "stream_update_depth";
|
|
3309
|
-
QueueNames["STREAM_UPDATE_LAST_CANDLESTICK"] = "stream_update_last_candlestick";
|
|
3310
|
-
QueueNames["STREAM_UPDATE_ORDERS"] = "stream_update_orders";
|
|
3311
|
-
QueueNames["STREAM_UPDATE_TRADES"] = "stream_update_trades";
|
|
3312
|
-
QueueNames["STREAM_UPDATE_ORDER_BOOK"] = "stream_update_order_book";
|
|
3313
|
-
QueueNames["CODEX_DEPOSIT"] = "codex_deposit";
|
|
3314
|
-
QueueNames["CODEX_TRANSFER"] = "codex_transfer";
|
|
3315
|
-
QueueNames["CODEX_WITHDRAWAL"] = "codex_withdrawal";
|
|
3316
|
-
QueueNames["CODEX_BALANCES"] = "codex_balances";
|
|
3317
|
-
QueueNames["CODEX_TRADE"] = "codex_trade";
|
|
3318
|
-
QueueNames["VAA_LOG"] = "vaa_log";
|
|
3319
|
-
QueueNames["SETTINGS_UPDATE"] = "settings_update";
|
|
3320
|
-
QueueNames["POINT_SYSTEM_SETTINGS_UPDATE"] = "point_system_settings_update";
|
|
3321
|
-
QueueNames["NEW_NOTIFICATION"] = "new_notification";
|
|
3322
|
-
})(QueueNames || (exports.QueueNames = QueueNames = {}));
|
|
3323
|
-
exports.QueueOptions = {
|
|
3324
|
-
[QueueNames.CANCELLATION_TRADE]: { options: { durable: true } },
|
|
3325
|
-
[QueueNames.CANCEL_ORDER]: { options: { durable: true } },
|
|
3326
|
-
[QueueNames.CODEX_BALANCES]: { options: { durable: true } },
|
|
3327
|
-
[QueueNames.CODEX_DEPOSIT]: { options: { durable: true } },
|
|
3328
|
-
[QueueNames.CODEX_TRANSFER]: { options: { durable: true } },
|
|
3329
|
-
[QueueNames.CODEX_TRADE]: { options: { durable: true } },
|
|
3330
|
-
[QueueNames.CODEX_WITHDRAWAL]: { options: { durable: true } },
|
|
3331
|
-
[QueueNames.LAST_LOOK_TRADE]: { options: { durable: true } },
|
|
3332
|
-
[QueueNames.MAINTENANCE]: { options: { durable: true } },
|
|
3333
|
-
[QueueNames.SYSTEM]: { options: { durable: true } },
|
|
3334
|
-
[QueueNames.NEW_ORDER]: { options: { durable: true } },
|
|
3335
|
-
[QueueNames.OPEN_ORDER_BOOK]: { options: { durable: true } },
|
|
3336
|
-
[QueueNames.ORDER_OPERATION]: { options: { durable: true, maxPriority: 5 } },
|
|
3337
|
-
[QueueNames.ORDER_RESULT]: { options: { durable: true } },
|
|
3338
|
-
[QueueNames.PROCESS_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
3339
|
-
[QueueNames.SEND_TRADE_TO_SETTLE]: { options: { durable: true } },
|
|
3340
|
-
[QueueNames.SOCKET_WALLET_TRANSACTION]: { options: { durable: true } },
|
|
3341
|
-
[QueueNames.STREAM_UPDATE_DEPTH]: { options: { durable: true } },
|
|
3342
|
-
[QueueNames.STREAM_UPDATE_LAST_CANDLESTICK]: { options: { durable: true } },
|
|
3343
|
-
[QueueNames.STREAM_UPDATE_LAST_PRICE]: { options: { durable: true } },
|
|
3344
|
-
[QueueNames.STREAM_UPDATE_ORDERS]: { options: { durable: true } },
|
|
3345
|
-
[QueueNames.STREAM_UPDATE_ORDER_BOOK]: { options: { durable: true } },
|
|
3346
|
-
[QueueNames.STREAM_UPDATE_QUOTE]: { options: { durable: true } },
|
|
3347
|
-
[QueueNames.STREAM_UPDATE_TRADES]: { options: { durable: true } },
|
|
3348
|
-
[QueueNames.TRADES_QUEUE]: { options: { durable: true } },
|
|
3349
|
-
[QueueNames.TRADE_CONFIRMED]: { options: { durable: true } },
|
|
3350
|
-
[QueueNames.TRADE_FIRE]: { options: { durable: true } },
|
|
3351
|
-
[QueueNames.VAA_LOG]: { options: { durable: true } },
|
|
3352
|
-
[QueueNames.SETTINGS_UPDATE]: { options: { durable: true } },
|
|
3353
|
-
[QueueNames.POINT_SYSTEM_SETTINGS_UPDATE]: { options: { durable: true } },
|
|
3354
|
-
[QueueNames.NEW_NOTIFICATION]: { options: { durable: true } },
|
|
3355
|
-
};
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
3280
|
/***/ }),
|
|
3359
3281
|
|
|
3360
3282
|
/***/ 7835:
|