@ultrade/shared 1.0.6 → 1.0.8
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/auth.helper.js +1 -346
- package/dist/common/big-number.helper.js +1 -244
- package/dist/common/index.js +1 -1753
- package/dist/common/mappers/codexAsset.mapper.js +1 -29
- package/dist/common/mappers/codexBalance.mapper.js +1 -27
- package/dist/common/mappers/index.js +1 -1420
- package/dist/common/mappers/trade.mapper.js +1 -1342
- package/dist/common/utils/assert.js +1 -21
- package/dist/common/utils/decode.js +1 -195
- package/dist/common/utils/index.js +1 -111
- package/dist/common/utils/social.js +1 -19
- package/dist/common/utils/stat.js +1 -255
- package/dist/constants/index.js +1 -366
- package/dist/enums/index.js +1 -901
- package/dist/helpers/Encoding.js +1 -297
- package/dist/helpers/algo.helper.js +1 -1183
- package/dist/helpers/assert.helper.js +1 -1597
- package/dist/helpers/atomic.helper.js +1 -598
- package/dist/helpers/balance.helper.js +1 -4186
- package/dist/helpers/codex/common.helper.js +2 -4119
- package/dist/helpers/codex/index.js +2 -4119
- package/dist/helpers/codex/mbr.helper.js +1 -4119
- package/dist/helpers/codex/mna.helper.js +1 -4119
- package/dist/helpers/codex/order.helper.js +1 -4119
- package/dist/helpers/codex/setGlobal.helper.js +1 -4185
- package/dist/helpers/codex/transfer.helper.js +2 -4119
- package/dist/helpers/codex/txn.helper.js +1 -4119
- package/dist/helpers/codex.helper.js +8 -4119
- package/dist/helpers/eth.helper.js +2 -4119
- package/dist/helpers/index.js +1 -820
- package/dist/helpers/interval.helpers.js +1 -99
- package/dist/helpers/liquidity.helper.js +1 -70
- package/dist/helpers/order.helper.js +1 -954
- package/dist/helpers/pair.helper.js +1 -946
- package/dist/helpers/pointSystem.helper.js +1 -384
- package/dist/helpers/ticker.helpers.js +1 -338
- package/dist/helpers/vaa.helper.js +1 -4223
- package/dist/helpers/withdraw.helper.js +2 -4719
- package/dist/interfaces/index.js +1 -1389
- package/dist/{common → src/common}/big-number.helper.d.ts +3 -0
- package/dist/src/helpers/atomic.helper.d.ts +21 -0
- package/dist/types/index.js +1 -354
- package/package.json +24 -18
- package/dist/constants/allowedUrls.d.ts +0 -1
- package/dist/constants/env.d.ts +0 -6
- package/dist/constants/social.d.ts +0 -3
- package/dist/enums/db/chains.d.ts +0 -30
- package/dist/enums/db/pending-actions.enum.d.ts +0 -6
- package/dist/helpers/atomic.helper.d.ts +0 -4
- package/dist/interfaces/algostreamer/index.d.ts +0 -49
- package/dist/interfaces/confirmed-txn.interface.d.ts +0 -46
- /package/dist/{common → src/common}/auth.helper.d.ts +0 -0
- /package/dist/{common → src/common}/index.d.ts +0 -0
- /package/dist/{common → src/common}/mappers/codexAsset.mapper.d.ts +0 -0
- /package/dist/{common → src/common}/mappers/codexBalance.mapper.d.ts +0 -0
- /package/dist/{common → src/common}/mappers/index.d.ts +0 -0
- /package/dist/{common → src/common}/mappers/trade.mapper.d.ts +0 -0
- /package/dist/{common → src/common}/utils/assert.d.ts +0 -0
- /package/dist/{common → src/common}/utils/decode.d.ts +0 -0
- /package/dist/{common → src/common}/utils/index.d.ts +0 -0
- /package/dist/{common → src/common}/utils/social.d.ts +0 -0
- /package/dist/{common → src/common}/utils/stat.d.ts +0 -0
- /package/dist/{constants → src/constants}/auth.d.ts +0 -0
- /package/dist/{constants → src/constants}/cctp.d.ts +0 -0
- /package/dist/{constants → src/constants}/codex.d.ts +0 -0
- /package/dist/{constants → src/constants}/index.d.ts +0 -0
- /package/dist/{constants → src/constants}/response.d.ts +0 -0
- /package/dist/{constants → src/constants}/settings.d.ts +0 -0
- /package/dist/{constants → src/constants}/withdrawalWalletsMessage.d.ts +0 -0
- /package/dist/{enums → src/enums}/chains.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/account/index.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/affiliate.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/available-pair-settings.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/common.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/component/index.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/index.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/market-maker.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/notification-center/userNotification.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/order-side.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/order-status.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/order-type.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/relayer.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/setting-type.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/social-action.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/social-prompt.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/social.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/state-type.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/trade.enums.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/tradingKeyType.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/upgrade.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/withdrawal-wallet.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/index.d.ts +0 -0
- /package/dist/{enums → src/enums}/maintenanceMode.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/notification.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/rabbitMq.d.ts +0 -0
- /package/dist/{enums → src/enums}/social.enum.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/Encoding.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/algo.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/assert.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/balance.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/common.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/index.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/mbr.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/mna.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/order.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/setGlobal.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/transfer.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/txn.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/eth.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/index.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/interval.helpers.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/liquidity.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/order.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/pair.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/pointSystem.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/ticker.helpers.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/vaa.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/withdraw.helper.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/accountInfo.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/api/affiliate.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/api/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/cache.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/baseModel.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/hummingbot/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/market/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/marketing/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/notification_center/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/relayer/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/social/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/softDeleteModel.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/white_label/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/withdrawal_wallets/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/dto/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/emailService.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/kmsService.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/last-look-trade.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/market.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/order.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/pair.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/query.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/accountCache.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/algod.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/balances.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/coin-market-cap.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/price-model.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/price-service.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/socialActivity.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/tmc.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/streaming.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/timestream.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/trading.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/tradingKey.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/transfer.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/wallet.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/withdrawalWallets.interface.d.ts +0 -0
- /package/dist/{types → src/types}/algo-order.type.d.ts +0 -0
- /package/dist/{types → src/types}/amm/amm.d.ts +0 -0
- /package/dist/{types → src/types}/api/request.types.d.ts +0 -0
- /package/dist/{types → src/types}/codex.types.d.ts +0 -0
- /package/dist/{types → src/types}/hummingbots.types.d.ts +0 -0
- /package/dist/{types → src/types}/index.d.ts +0 -0
- /package/dist/{types → src/types}/notification.type.d.ts +0 -0
- /package/dist/{types → src/types}/settings.type.d.ts +0 -0
- /package/dist/{types → src/types}/state.type.d.ts +0 -0
package/dist/interfaces/index.js
CHANGED
|
@@ -1,1389 +1 @@
|
|
|
1
|
-
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ var __webpack_modules__ = ({
|
|
4
|
-
|
|
5
|
-
/***/ 231:
|
|
6
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
/***/ }),
|
|
13
|
-
|
|
14
|
-
/***/ 528:
|
|
15
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
/***/ }),
|
|
22
|
-
|
|
23
|
-
/***/ 835:
|
|
24
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28
|
-
var OrderSide;
|
|
29
|
-
(function (OrderSide) {
|
|
30
|
-
OrderSide[OrderSide["Buy"] = 0] = "Buy";
|
|
31
|
-
OrderSide[OrderSide["Sell"] = 1] = "Sell";
|
|
32
|
-
})(OrderSide || (OrderSide = {}));
|
|
33
|
-
exports["default"] = OrderSide;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
/***/ }),
|
|
37
|
-
|
|
38
|
-
/***/ 892:
|
|
39
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
43
|
-
exports.PairComponentStatusType = exports.ComponentType = exports.ComponentStatusType = void 0;
|
|
44
|
-
var ComponentStatusType;
|
|
45
|
-
(function (ComponentStatusType) {
|
|
46
|
-
ComponentStatusType["ACTIVE"] = "ACTIVE";
|
|
47
|
-
ComponentStatusType["FAILED"] = "FAILED";
|
|
48
|
-
ComponentStatusType["STARTING"] = "STARTING";
|
|
49
|
-
ComponentStatusType["DRAINING"] = "DRAINING";
|
|
50
|
-
ComponentStatusType["TERMINATING"] = "TERMINATING";
|
|
51
|
-
ComponentStatusType["TERMINATED"] = "TERMINATED";
|
|
52
|
-
})(ComponentStatusType || (exports.ComponentStatusType = ComponentStatusType = {}));
|
|
53
|
-
var ComponentType;
|
|
54
|
-
(function (ComponentType) {
|
|
55
|
-
ComponentType["MATCHING_ENGINE"] = "me";
|
|
56
|
-
ComponentType["ORDER_SERVICE"] = "ors";
|
|
57
|
-
ComponentType["API"] = "api";
|
|
58
|
-
ComponentType["SOCKET_SERVICE"] = "ws";
|
|
59
|
-
ComponentType["TRANSACTION_SERVICE"] = "tns";
|
|
60
|
-
})(ComponentType || (exports.ComponentType = ComponentType = {}));
|
|
61
|
-
var PairComponentStatusType;
|
|
62
|
-
(function (PairComponentStatusType) {
|
|
63
|
-
PairComponentStatusType["ACTIVE"] = "ACTIVE";
|
|
64
|
-
PairComponentStatusType["FAILED"] = "FAILED";
|
|
65
|
-
PairComponentStatusType["UNASSIGNED"] = "UNASSIGNED";
|
|
66
|
-
PairComponentStatusType["ASSIGNED"] = "ASSIGNED";
|
|
67
|
-
PairComponentStatusType["STARTING"] = "STARTING";
|
|
68
|
-
})(PairComponentStatusType || (exports.PairComponentStatusType = PairComponentStatusType = {}));
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
/***/ }),
|
|
72
|
-
|
|
73
|
-
/***/ 893:
|
|
74
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
78
|
-
exports.NON_REPEATABLE_ACTIONS = exports.ActionEnum = exports.ActionSource = void 0;
|
|
79
|
-
var ActionSource;
|
|
80
|
-
(function (ActionSource) {
|
|
81
|
-
ActionSource["COMPANY"] = "COMPANY";
|
|
82
|
-
ActionSource["TWITTER"] = "TWITTER";
|
|
83
|
-
ActionSource["DISCORD"] = "DISCORD";
|
|
84
|
-
ActionSource["TELEGRAM"] = "TELEGRAM";
|
|
85
|
-
})(ActionSource || (exports.ActionSource = ActionSource = {}));
|
|
86
|
-
var ActionEnum;
|
|
87
|
-
(function (ActionEnum) {
|
|
88
|
-
ActionEnum[ActionEnum["TWITTER_FOLLOW"] = 1] = "TWITTER_FOLLOW";
|
|
89
|
-
ActionEnum[ActionEnum["TWITTER_REPLY"] = 2] = "TWITTER_REPLY";
|
|
90
|
-
ActionEnum[ActionEnum["TWITTER_RETWEET"] = 3] = "TWITTER_RETWEET";
|
|
91
|
-
ActionEnum[ActionEnum["TWITTER_LIKE"] = 4] = "TWITTER_LIKE";
|
|
92
|
-
ActionEnum[ActionEnum["COMPANY_FIRST_LOGIN"] = 5] = "COMPANY_FIRST_LOGIN";
|
|
93
|
-
ActionEnum[ActionEnum["COMPANY_CONFIRM_EMAIL"] = 6] = "COMPANY_CONFIRM_EMAIL";
|
|
94
|
-
ActionEnum[ActionEnum["COMPANY_DEPOSIT"] = 7] = "COMPANY_DEPOSIT";
|
|
95
|
-
ActionEnum[ActionEnum["COMPANY_TRADE"] = 8] = "COMPANY_TRADE";
|
|
96
|
-
ActionEnum[ActionEnum["TELEGRAM_JOIN_GROUP"] = 9] = "TELEGRAM_JOIN_GROUP";
|
|
97
|
-
ActionEnum[ActionEnum["DISCORD_JOIN_SERVER"] = 10] = "DISCORD_JOIN_SERVER";
|
|
98
|
-
ActionEnum[ActionEnum["AFFILIATE_POINTS_REWARD"] = 11] = "AFFILIATE_POINTS_REWARD";
|
|
99
|
-
})(ActionEnum || (exports.ActionEnum = ActionEnum = {}));
|
|
100
|
-
exports.NON_REPEATABLE_ACTIONS = [
|
|
101
|
-
ActionEnum.TWITTER_FOLLOW,
|
|
102
|
-
ActionEnum.TELEGRAM_JOIN_GROUP,
|
|
103
|
-
ActionEnum.DISCORD_JOIN_SERVER,
|
|
104
|
-
ActionEnum.COMPANY_CONFIRM_EMAIL,
|
|
105
|
-
ActionEnum.COMPANY_FIRST_LOGIN,
|
|
106
|
-
];
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 1048:
|
|
112
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
116
|
-
exports.WithdrawalWalletType = void 0;
|
|
117
|
-
var WithdrawalWalletType;
|
|
118
|
-
(function (WithdrawalWalletType) {
|
|
119
|
-
WithdrawalWalletType["SOLANA"] = "SOLANA";
|
|
120
|
-
WithdrawalWalletType["ALGORAND"] = "ALGORAND";
|
|
121
|
-
WithdrawalWalletType["EVM"] = "EVM";
|
|
122
|
-
})(WithdrawalWalletType || (exports.WithdrawalWalletType = WithdrawalWalletType = {}));
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
/***/ }),
|
|
126
|
-
|
|
127
|
-
/***/ 1134:
|
|
128
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
132
|
-
var OrderType;
|
|
133
|
-
(function (OrderType) {
|
|
134
|
-
OrderType[OrderType["Limit"] = 0] = "Limit";
|
|
135
|
-
OrderType[OrderType["IOC"] = 1] = "IOC";
|
|
136
|
-
OrderType[OrderType["POST"] = 2] = "POST";
|
|
137
|
-
OrderType[OrderType["Market"] = 3] = "Market";
|
|
138
|
-
})(OrderType || (OrderType = {}));
|
|
139
|
-
exports["default"] = OrderType;
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
/***/ }),
|
|
143
|
-
|
|
144
|
-
/***/ 1283:
|
|
145
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
149
|
-
exports.StateType = void 0;
|
|
150
|
-
var StateType;
|
|
151
|
-
(function (StateType) {
|
|
152
|
-
StateType["VERSION"] = "version";
|
|
153
|
-
StateType["LAST_ALGO_BLOCK"] = "last_algo_block";
|
|
154
|
-
StateType["PRICES_PROVIDER_API_KEY"] = "prices_provider_api_key";
|
|
155
|
-
StateType["DEFAULT_API_DOMAIN"] = "default_api_domain";
|
|
156
|
-
StateType["NONCE_ACCOUNTS_SOLANA"] = "nonce_accounts_solana";
|
|
157
|
-
StateType["ARCHIVE_DATA_BATCH_SIZE"] = "archive_data_batch_size";
|
|
158
|
-
StateType["ARCHIVE_TASK_LOCK"] = "archive_task_lock";
|
|
159
|
-
})(StateType || (exports.StateType = StateType = {}));
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
/***/ }),
|
|
163
|
-
|
|
164
|
-
/***/ 1492:
|
|
165
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
169
|
-
var OrderStatus;
|
|
170
|
-
(function (OrderStatus) {
|
|
171
|
-
OrderStatus[OrderStatus["Open"] = 1] = "Open";
|
|
172
|
-
OrderStatus[OrderStatus["Canceled"] = 2] = "Canceled";
|
|
173
|
-
OrderStatus[OrderStatus["Matched"] = 3] = "Matched";
|
|
174
|
-
OrderStatus[OrderStatus["SelfMatched"] = 4] = "SelfMatched";
|
|
175
|
-
OrderStatus[OrderStatus["Expired"] = 5] = "Expired";
|
|
176
|
-
})(OrderStatus || (OrderStatus = {}));
|
|
177
|
-
exports["default"] = OrderStatus;
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
/***/ }),
|
|
181
|
-
|
|
182
|
-
/***/ 1682:
|
|
183
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
187
|
-
exports.SettingTypeColumn = void 0;
|
|
188
|
-
var SettingTypeColumn;
|
|
189
|
-
(function (SettingTypeColumn) {
|
|
190
|
-
SettingTypeColumn["STRING"] = "string";
|
|
191
|
-
SettingTypeColumn["BOOLEAN"] = "boolean";
|
|
192
|
-
SettingTypeColumn["INT"] = "int";
|
|
193
|
-
SettingTypeColumn["FLOAT"] = "float";
|
|
194
|
-
SettingTypeColumn["SINGLE_CHOICE"] = "single-choice";
|
|
195
|
-
SettingTypeColumn["MULTI_CHOICE"] = "multi-choice";
|
|
196
|
-
})(SettingTypeColumn || (exports.SettingTypeColumn = SettingTypeColumn = {}));
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
/***/ }),
|
|
200
|
-
|
|
201
|
-
/***/ 1710:
|
|
202
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
/***/ }),
|
|
209
|
-
|
|
210
|
-
/***/ 1817:
|
|
211
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
/***/ }),
|
|
218
|
-
|
|
219
|
-
/***/ 2056:
|
|
220
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
/***/ }),
|
|
227
|
-
|
|
228
|
-
/***/ 2101:
|
|
229
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
233
|
-
exports.PROVIDERS = void 0;
|
|
234
|
-
var PROVIDERS;
|
|
235
|
-
(function (PROVIDERS) {
|
|
236
|
-
PROVIDERS["PERA"] = "PERA";
|
|
237
|
-
PROVIDERS["METAMASK"] = "METAMASK";
|
|
238
|
-
PROVIDERS["TRUST_WALLET"] = "TRUST_WALLET";
|
|
239
|
-
PROVIDERS["PHANTOM"] = "PHANTOM";
|
|
240
|
-
PROVIDERS["WALLET_CONNECT"] = "WALLET_CONNECT";
|
|
241
|
-
PROVIDERS["SOLANA_MOBILE"] = "SOLANA_MOBILE";
|
|
242
|
-
PROVIDERS["SOLFLARE"] = "SOLFLARE";
|
|
243
|
-
PROVIDERS["COINBASE"] = "COINBASE";
|
|
244
|
-
PROVIDERS["BACKPACK"] = "BACKPACK";
|
|
245
|
-
PROVIDERS["MOBILE"] = "MOBILE";
|
|
246
|
-
})(PROVIDERS || (exports.PROVIDERS = PROVIDERS = {}));
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
/***/ }),
|
|
250
|
-
|
|
251
|
-
/***/ 2224:
|
|
252
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
256
|
-
exports.AffiliateSortByEnum = void 0;
|
|
257
|
-
var AffiliateSortByEnum;
|
|
258
|
-
(function (AffiliateSortByEnum) {
|
|
259
|
-
AffiliateSortByEnum["INVITED_ACCOUNTS_COUNT"] = "invitedAccountsCount";
|
|
260
|
-
AffiliateSortByEnum["CREATED_AT"] = "createdAt";
|
|
261
|
-
AffiliateSortByEnum["FEE_SHARE"] = "feeShare";
|
|
262
|
-
AffiliateSortByEnum["ADDRESS"] = "address";
|
|
263
|
-
AffiliateSortByEnum["REFERRAL_TRADING_VOLUME"] = "referralTradingVolume";
|
|
264
|
-
})(AffiliateSortByEnum || (exports.AffiliateSortByEnum = AffiliateSortByEnum = {}));
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
/***/ }),
|
|
268
|
-
|
|
269
|
-
/***/ 2228:
|
|
270
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
274
|
-
exports.HTTPSRPC_MAINNET = exports.HTTPSRPC_TESTNET = exports.ChainNames = exports.Chains = void 0;
|
|
275
|
-
var Chains;
|
|
276
|
-
(function (Chains) {
|
|
277
|
-
Chains[Chains["Solana"] = 1] = "Solana";
|
|
278
|
-
Chains[Chains["Algorand"] = 8] = "Algorand";
|
|
279
|
-
Chains[Chains["Polygon"] = 5] = "Polygon";
|
|
280
|
-
Chains[Chains["Bsc"] = 4] = "Bsc";
|
|
281
|
-
Chains[Chains["Avalanche"] = 6] = "Avalanche";
|
|
282
|
-
Chains[Chains["Arbitrum"] = 23] = "Arbitrum";
|
|
283
|
-
Chains[Chains["Optimism"] = 24] = "Optimism";
|
|
284
|
-
Chains[Chains["Base"] = 30] = "Base";
|
|
285
|
-
Chains[Chains["Ethereum"] = 2] = "Ethereum";
|
|
286
|
-
Chains[Chains["Sepolia"] = 10002] = "Sepolia";
|
|
287
|
-
Chains[Chains["ArbitrumSepolia"] = 10003] = "ArbitrumSepolia";
|
|
288
|
-
Chains[Chains["BaseSepolia"] = 10004] = "BaseSepolia";
|
|
289
|
-
Chains[Chains["OptimismSepolia"] = 10005] = "OptimismSepolia";
|
|
290
|
-
Chains[Chains["PolygonAmoy"] = 10007] = "PolygonAmoy";
|
|
291
|
-
})(Chains || (exports.Chains = Chains = {}));
|
|
292
|
-
exports.ChainNames = {
|
|
293
|
-
[Chains.Solana]: "Solana",
|
|
294
|
-
[Chains.Ethereum]: "Ethereum",
|
|
295
|
-
[Chains.Polygon]: "Polygon",
|
|
296
|
-
[Chains.Bsc]: "BNB Chain",
|
|
297
|
-
[Chains.Avalanche]: "Avalanche",
|
|
298
|
-
[Chains.Algorand]: "Algorand",
|
|
299
|
-
[Chains.Arbitrum]: "Arbitrum",
|
|
300
|
-
[Chains.Optimism]: "Optimism",
|
|
301
|
-
[Chains.Base]: "Base",
|
|
302
|
-
[Chains.Sepolia]: "Ethereum Sepolia",
|
|
303
|
-
[Chains.ArbitrumSepolia]: "Arbitrum Sepolia",
|
|
304
|
-
[Chains.BaseSepolia]: "Base Sepolia",
|
|
305
|
-
[Chains.OptimismSepolia]: "Optimism Sepolia",
|
|
306
|
-
[Chains.PolygonAmoy]: "Polygon Amoy",
|
|
307
|
-
};
|
|
308
|
-
exports.HTTPSRPC_TESTNET = {
|
|
309
|
-
[Chains.Bsc]: [
|
|
310
|
-
'',
|
|
311
|
-
'https://bsc-testnet.public.blastapi.io',
|
|
312
|
-
'https://bsc-testnet.blockpi.network/v1/rpc/private',
|
|
313
|
-
'https://bsc-testnet-rpc.publicnode.com',
|
|
314
|
-
'https://api.zan.top/bsc-testnet',
|
|
315
|
-
'https://data-seed-prebsc-2-s1.bnbchain.org:8545',
|
|
316
|
-
'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
|
|
317
|
-
'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
|
|
318
|
-
'https://data-seed-prebsc-1-s1.bnbchain.org:8545',
|
|
319
|
-
'https://data-seed-prebsc-1-s2.bnbchain.org:8545',
|
|
320
|
-
'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
|
|
321
|
-
'https://endpoints.omniatech.io/v1/bsc/testnet/public',
|
|
322
|
-
],
|
|
323
|
-
[Chains.Avalanche]: [
|
|
324
|
-
'',
|
|
325
|
-
'https://rpc.ankr.com/avalanche_fuji',
|
|
326
|
-
'https://rpc.ankr.com/avalanche_fuji-c',
|
|
327
|
-
'https://api.avax-test.network/ext/bc/C/rpc',
|
|
328
|
-
'https://ava-testnet.public.blastapi.io/ext/bc/C/rpc',
|
|
329
|
-
'https://endpoints.omniatech.io/v1/avax/fuji/public',
|
|
330
|
-
'https://avalanche-fuji.blockpi.network/v1/rpc/private',
|
|
331
|
-
'https://avalanche-fuji-c-chain-rpc.publicnode.com',
|
|
332
|
-
'https://avalanche-fuji.blockpi.network/v1/rpc/private',
|
|
333
|
-
],
|
|
334
|
-
[Chains.Sepolia]: [
|
|
335
|
-
'https://ethereum-sepolia-rpc.publicnode.com',
|
|
336
|
-
'https://sepolia.gateway.tenderly.co',
|
|
337
|
-
'https://eth-sepolia.public.blastapi.io',
|
|
338
|
-
'https://ethereum-sepolia.blockpi.network/v1/rpc/private',
|
|
339
|
-
'https://sepolia.drpc.org',
|
|
340
|
-
'https://endpoints.omniatech.io/v1/eth/sepolia/public',
|
|
341
|
-
'https://1rpc.io/sepolia',
|
|
342
|
-
'https://gateway.tenderly.co/public/sepolia',
|
|
343
|
-
'https://sepolia.gateway.tenderly.co',
|
|
344
|
-
'https://api.zan.top/eth-sepolia',
|
|
345
|
-
'https://ethereum-sepolia.rpc.subquery.network/public',
|
|
346
|
-
],
|
|
347
|
-
[Chains.ArbitrumSepolia]: [
|
|
348
|
-
'',
|
|
349
|
-
'https://arbitrum-sepolia.blockpi.network/v1/rpc/private ',
|
|
350
|
-
'https://arbitrum-sepolia.gateway.tenderly.co',
|
|
351
|
-
'https://endpoints.omniatech.io/v1/arbitrum/sepolia/public',
|
|
352
|
-
'https://api.zan.top/arb-sepolia',
|
|
353
|
-
'https://sepolia-rollup.arbitrum.io/rpc',
|
|
354
|
-
],
|
|
355
|
-
[Chains.BaseSepolia]: [
|
|
356
|
-
'',
|
|
357
|
-
'https://sepolia.base.org',
|
|
358
|
-
'https://base-sepolia-rpc.publicnode.com',
|
|
359
|
-
'https://base-sepolia.gateway.tenderly.co',
|
|
360
|
-
'https://base-sepolia.blockpi.network/v1/rpc/private',
|
|
361
|
-
'https://node.histori.xyz/base-sepolia/8ry9f6t9dct1se2hlagxnd9n2a',
|
|
362
|
-
],
|
|
363
|
-
[Chains.OptimismSepolia]: [
|
|
364
|
-
'',
|
|
365
|
-
'https://optimism-sepolia.blockpi.network/v1/rpc/private',
|
|
366
|
-
'https://sepolia.optimism.io',
|
|
367
|
-
'https://api.zan.top/opt-sepolia',
|
|
368
|
-
'https://optimism-sepolia.gateway.tenderly.co',
|
|
369
|
-
'https://optimism-sepolia.drpc.org',
|
|
370
|
-
'https://endpoints.omniatech.io/v1/op/sepolia/public',
|
|
371
|
-
],
|
|
372
|
-
[Chains.PolygonAmoy]: [
|
|
373
|
-
'https://rpc-amoy.polygon.technology',
|
|
374
|
-
'https://polygon-amoy-bor-rpc.publicnode.com',
|
|
375
|
-
'https://rpc.ankr.com/polygon_amoy',
|
|
376
|
-
'https://polygon-amoy.drpc.org',
|
|
377
|
-
'https://api.zan.top/polygon-amoy',
|
|
378
|
-
'https://polygon-amoy.gateway.tenderly.co',
|
|
379
|
-
],
|
|
380
|
-
};
|
|
381
|
-
exports.HTTPSRPC_MAINNET = {
|
|
382
|
-
[Chains.Ethereum]: [
|
|
383
|
-
'',
|
|
384
|
-
'https://eth.llamarpc.com',
|
|
385
|
-
'https://ethereum.blockpi.network/v1/rpc/public',
|
|
386
|
-
'https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7',
|
|
387
|
-
'https://uk.rpc.blxrbdn.com',
|
|
388
|
-
'https://singapore.rpc.blxrbdn.com',
|
|
389
|
-
'https://virginia.rpc.blxrbdn.com',
|
|
390
|
-
'https://eth-mainnet.public.blastapi.io',
|
|
391
|
-
'https://api.securerpc.com/v1',
|
|
392
|
-
'https://mainnet.gateway.tenderly.co',
|
|
393
|
-
'https://eth-pokt.nodies.app',
|
|
394
|
-
'https://eth.blockrazor.xyz',
|
|
395
|
-
'https://eth.merkle.io',
|
|
396
|
-
'https://gateway.tenderly.co/public/mainnet',
|
|
397
|
-
'https://eth.rpc.blxrbdn.com',
|
|
398
|
-
],
|
|
399
|
-
[Chains.Bsc]: [
|
|
400
|
-
'',
|
|
401
|
-
'https://bsc.blockrazor.xyz',
|
|
402
|
-
'https://bscrpc.com',
|
|
403
|
-
'https://bsc-mainnet.public.blastapi.io',
|
|
404
|
-
'https://binance.llamarpc.com',
|
|
405
|
-
'https://go.getblock.io/cc778cdbdf5c4b028ec9456e0e6c0cf3',
|
|
406
|
-
'https://bsc-pokt.nodies.app',
|
|
407
|
-
'https://56.rpc.thirdweb.com',
|
|
408
|
-
'https://bsc.blockpi.network/v1/rpc/private',
|
|
409
|
-
'https://bsc.rpc.blxrbdn.com',
|
|
410
|
-
'https://bsc-dataseed.bnbchain.org',
|
|
411
|
-
'https://endpoints.omniatech.io/v1/bsc/mainnet/public',
|
|
412
|
-
'https://bsc-dataseed1.ninicoin.io',
|
|
413
|
-
'https://bsc-dataseed2.defibit.io',
|
|
414
|
-
'https://bsc-dataseed2.ninicoin.io',
|
|
415
|
-
'https://0.48.club',
|
|
416
|
-
'https://bsc-dataseed3.defibit.io',
|
|
417
|
-
],
|
|
418
|
-
[Chains.Polygon]: [
|
|
419
|
-
'',
|
|
420
|
-
'https://polygon.llamarpc.com',
|
|
421
|
-
'https://polygon-rpc.com',
|
|
422
|
-
'https://rpc-mainnet.matic.quiknode.pro',
|
|
423
|
-
'https://endpoints.omniatech.io/v1/matic/mainnet/public',
|
|
424
|
-
'https://polygon-pokt.nodies.app',
|
|
425
|
-
'https://polygon-bor-rpc.publicnode.com',
|
|
426
|
-
'https://polygon.rpc.subquery.network/public',
|
|
427
|
-
'https://polygon-bor-rpc.publicnode.com',
|
|
428
|
-
'https://polygon.blockpi.network/v1/rpc/private',
|
|
429
|
-
'https://polygon.api.onfinality.io/public',
|
|
430
|
-
'https://polygon.lava.build',
|
|
431
|
-
'https://api.zan.top/polygon-mainnet',
|
|
432
|
-
'https://polygon.meowrpc.com',
|
|
433
|
-
],
|
|
434
|
-
[Chains.Avalanche]: [
|
|
435
|
-
'',
|
|
436
|
-
'https://avalanche-c-chain-rpc.publicnode.com',
|
|
437
|
-
'https://ava-mainnet.public.blastapi.io/ext/bc/C/rpc',
|
|
438
|
-
'https://endpoints.omniatech.io/v1/avax/mainnet/public',
|
|
439
|
-
'https://avalanche-c-chain-rpc.publicnode.com',
|
|
440
|
-
'https://avalanche.blockpi.network/v1/rpc/private',
|
|
441
|
-
'https://avalanche.public-rpc.com',
|
|
442
|
-
'https://avalanche.drpc.org',
|
|
443
|
-
'https://avax.meowrpc.com',
|
|
444
|
-
'https://endpoints.omniatech.io/v1/avax/mainnet/public',
|
|
445
|
-
'https://api.avax.network/ext/bc/C/rpc',
|
|
446
|
-
'https://1rpc.io/avax/c',
|
|
447
|
-
'https://avax-pokt.nodies.app/ext/bc/C/rpc',
|
|
448
|
-
'https://endpoints.omniatech.io/v1/avax/mainnet/public',
|
|
449
|
-
'https://api.zan.top/avax-mainnet/ext/bc/C/rpc',
|
|
450
|
-
],
|
|
451
|
-
[Chains.Arbitrum]: [
|
|
452
|
-
'',
|
|
453
|
-
'https://arbitrum.llamarpc.com',
|
|
454
|
-
'https://arbitrum.rpc.subquery.network/public',
|
|
455
|
-
'https://endpoints.omniatech.io/v1/arbitrum/one/public',
|
|
456
|
-
'https://arbitrum.meowrpc.com',
|
|
457
|
-
'https://arbitrum.gateway.tenderly.co',
|
|
458
|
-
'https://arbitrum-one.public.blastapi.io',
|
|
459
|
-
'https://arb1.lava.build',
|
|
460
|
-
'https://arbitrum-one.publicnode.com',
|
|
461
|
-
'https://arbitrum.blockpi.network/v1/rpc/public',
|
|
462
|
-
'https://arb-pokt.nodies.app',
|
|
463
|
-
'https://api.zan.top/arb-one',
|
|
464
|
-
'https://arb1.arbitrum.io/rpc',
|
|
465
|
-
'https://arbitrum.drpc.org',
|
|
466
|
-
'https://1rpc.io/arb',
|
|
467
|
-
],
|
|
468
|
-
[Chains.Optimism]: [
|
|
469
|
-
'',
|
|
470
|
-
'https://optimism.llamarpc.com',
|
|
471
|
-
'https://op-pokt.nodies.app',
|
|
472
|
-
'https://optimism-mainnet.public.blastapi.io',
|
|
473
|
-
'https://optimism.blockpi.network/v1/rpc/public',
|
|
474
|
-
'https://endpoints.omniatech.io/v1/op/mainnet/public',
|
|
475
|
-
'https://optimism-rpc.publicnode.com',
|
|
476
|
-
'https://optimism.drpc.org',
|
|
477
|
-
'https://1rpc.io/op',
|
|
478
|
-
'https://optimism.gateway.tenderly.co',
|
|
479
|
-
'https://optimism.lava.build',
|
|
480
|
-
'https://optimism.rpc.subquery.network/public',
|
|
481
|
-
'https://mainnet.optimism.io',
|
|
482
|
-
'https://optimism-rpc.publicnode.com',
|
|
483
|
-
'https://gateway.tenderly.co/public/optimism',
|
|
484
|
-
],
|
|
485
|
-
[Chains.Base]: [
|
|
486
|
-
'',
|
|
487
|
-
'https://base.llamarpc.com',
|
|
488
|
-
'https://base-mainnet.public.blastapi.io',
|
|
489
|
-
'https://base-rpc.publicnode.com',
|
|
490
|
-
'https://base.blockpi.network/v1/rpc/public',
|
|
491
|
-
'https://base.drpc.org',
|
|
492
|
-
'https://mainnet.base.org',
|
|
493
|
-
'https://base.api.onfinality.io/public',
|
|
494
|
-
'https://base-pokt.nodies.app',
|
|
495
|
-
'https://1rpc.io/base',
|
|
496
|
-
'https://developer-access-mainnet.base.org',
|
|
497
|
-
'https://endpoints.omniatech.io/v1/base/mainnet/public',
|
|
498
|
-
'https://base.rpc.subquery.network/public',
|
|
499
|
-
'https://base.api.onfinality.io/public',
|
|
500
|
-
'https://base.meowrpc.com',
|
|
501
|
-
'https://base.gateway.tenderly.co',
|
|
502
|
-
],
|
|
503
|
-
};
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
/***/ }),
|
|
507
|
-
|
|
508
|
-
/***/ 2311:
|
|
509
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
/***/ }),
|
|
516
|
-
|
|
517
|
-
/***/ 2420:
|
|
518
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
522
|
-
if (k2 === undefined) k2 = k;
|
|
523
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
524
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
525
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
526
|
-
}
|
|
527
|
-
Object.defineProperty(o, k2, desc);
|
|
528
|
-
}) : (function(o, m, k, k2) {
|
|
529
|
-
if (k2 === undefined) k2 = k;
|
|
530
|
-
o[k2] = m[k];
|
|
531
|
-
}));
|
|
532
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
533
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
534
|
-
};
|
|
535
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
536
|
-
__exportStar(__webpack_require__(3667), exports);
|
|
537
|
-
__exportStar(__webpack_require__(4237), exports);
|
|
538
|
-
__exportStar(__webpack_require__(4881), exports);
|
|
539
|
-
__exportStar(__webpack_require__(8491), exports);
|
|
540
|
-
__exportStar(__webpack_require__(9971), exports);
|
|
541
|
-
__exportStar(__webpack_require__(5146), exports);
|
|
542
|
-
__exportStar(__webpack_require__(5547), exports);
|
|
543
|
-
__exportStar(__webpack_require__(5441), exports);
|
|
544
|
-
__exportStar(__webpack_require__(1710), exports);
|
|
545
|
-
__exportStar(__webpack_require__(2577), exports);
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
/***/ }),
|
|
549
|
-
|
|
550
|
-
/***/ 2428:
|
|
551
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
/***/ }),
|
|
558
|
-
|
|
559
|
-
/***/ 2562:
|
|
560
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
/***/ }),
|
|
567
|
-
|
|
568
|
-
/***/ 2577:
|
|
569
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
/***/ }),
|
|
576
|
-
|
|
577
|
-
/***/ 2623:
|
|
578
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
582
|
-
exports.TransactionType = exports.CCTPStatus = exports.ActionTypeEnum = exports.OperationStatusEnum = void 0;
|
|
583
|
-
var OperationStatusEnum;
|
|
584
|
-
(function (OperationStatusEnum) {
|
|
585
|
-
OperationStatusEnum["Pending"] = "pending";
|
|
586
|
-
OperationStatusEnum["Completed"] = "completed";
|
|
587
|
-
OperationStatusEnum["Failed"] = "failed";
|
|
588
|
-
OperationStatusEnum["Received"] = "received";
|
|
589
|
-
})(OperationStatusEnum || (exports.OperationStatusEnum = OperationStatusEnum = {}));
|
|
590
|
-
var ActionTypeEnum;
|
|
591
|
-
(function (ActionTypeEnum) {
|
|
592
|
-
ActionTypeEnum["Deposit"] = "deposit";
|
|
593
|
-
ActionTypeEnum["Withdraw"] = "withdraw";
|
|
594
|
-
ActionTypeEnum["Rebalance"] = "rebalance";
|
|
595
|
-
})(ActionTypeEnum || (exports.ActionTypeEnum = ActionTypeEnum = {}));
|
|
596
|
-
var CCTPStatus;
|
|
597
|
-
(function (CCTPStatus) {
|
|
598
|
-
CCTPStatus["PENDING"] = "pending";
|
|
599
|
-
CCTPStatus["COMPLETED"] = "completed";
|
|
600
|
-
CCTPStatus["FAILED"] = "failed";
|
|
601
|
-
})(CCTPStatus || (exports.CCTPStatus = CCTPStatus = {}));
|
|
602
|
-
var TransactionType;
|
|
603
|
-
(function (TransactionType) {
|
|
604
|
-
TransactionType["USER_TO_TMC"] = "user_to_tmc";
|
|
605
|
-
TransactionType["TMC_TO_USER"] = "tmc_to_user";
|
|
606
|
-
TransactionType["RELAYER_TO_TMC"] = "relayer_to_tmc";
|
|
607
|
-
TransactionType["RELAYER_TO_CODEX"] = "relayer_to_codex";
|
|
608
|
-
TransactionType["RELAYER_TO_CIRCLE"] = "relayer_to_circle";
|
|
609
|
-
})(TransactionType || (exports.TransactionType = TransactionType = {}));
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
/***/ }),
|
|
613
|
-
|
|
614
|
-
/***/ 2739:
|
|
615
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
619
|
-
exports.Notification = void 0;
|
|
620
|
-
var Notification;
|
|
621
|
-
(function (Notification) {
|
|
622
|
-
Notification[Notification["SELF_TRADE"] = 1] = "SELF_TRADE";
|
|
623
|
-
Notification[Notification["FULL_FILLED"] = 2] = "FULL_FILLED";
|
|
624
|
-
Notification[Notification["FULL_CANCELLED"] = 3] = "FULL_CANCELLED";
|
|
625
|
-
Notification[Notification["PARTIALLY_CANCELLED"] = 4] = "PARTIALLY_CANCELLED";
|
|
626
|
-
Notification[Notification["CREATED"] = 5] = "CREATED";
|
|
627
|
-
})(Notification || (exports.Notification = Notification = {}));
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
/***/ }),
|
|
631
|
-
|
|
632
|
-
/***/ 2797:
|
|
633
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
637
|
-
var AvailablePairSettings;
|
|
638
|
-
(function (AvailablePairSettings) {
|
|
639
|
-
AvailablePairSettings["MFT_AUDIO_LINK"] = "mft.audioLink";
|
|
640
|
-
AvailablePairSettings["MFT_TITLE"] = "mft.title";
|
|
641
|
-
AvailablePairSettings["MODE_PRE_SALE"] = "mode.preSale";
|
|
642
|
-
AvailablePairSettings["MAKER_FEE"] = "makerFee";
|
|
643
|
-
AvailablePairSettings["TAKER_FEE"] = "takerFee";
|
|
644
|
-
AvailablePairSettings["VIEW_BASE_COIN_ICON_LINK"] = "view.baseCoinIconLink";
|
|
645
|
-
AvailablePairSettings["VIEW_BASE_COIN_MARKET_LINK"] = "view.baseCoinMarketLink";
|
|
646
|
-
AvailablePairSettings["VIEW_PRICE_COIN_ICON_LINK"] = "view.priceCoinIconLink";
|
|
647
|
-
AvailablePairSettings["VIEW_PRICE_COIN_MARKET_LINK"] = "view.priceCoinMarketLink";
|
|
648
|
-
})(AvailablePairSettings || (AvailablePairSettings = {}));
|
|
649
|
-
exports["default"] = AvailablePairSettings;
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
/***/ }),
|
|
653
|
-
|
|
654
|
-
/***/ 3004:
|
|
655
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
659
|
-
if (k2 === undefined) k2 = k;
|
|
660
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
661
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
662
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
663
|
-
}
|
|
664
|
-
Object.defineProperty(o, k2, desc);
|
|
665
|
-
}) : (function(o, m, k, k2) {
|
|
666
|
-
if (k2 === undefined) k2 = k;
|
|
667
|
-
o[k2] = m[k];
|
|
668
|
-
}));
|
|
669
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
670
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
671
|
-
};
|
|
672
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
673
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
674
|
-
};
|
|
675
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
676
|
-
exports.TradingKeyType = exports.OrderType = exports.OrderStatus = exports.OrderSide = exports.AvailablePairSettings = void 0;
|
|
677
|
-
const available_pair_settings_enum_1 = __importDefault(__webpack_require__(2797));
|
|
678
|
-
exports.AvailablePairSettings = available_pair_settings_enum_1.default;
|
|
679
|
-
const order_side_enum_1 = __importDefault(__webpack_require__(835));
|
|
680
|
-
exports.OrderSide = order_side_enum_1.default;
|
|
681
|
-
const order_status_enum_1 = __importDefault(__webpack_require__(1492));
|
|
682
|
-
exports.OrderStatus = order_status_enum_1.default;
|
|
683
|
-
const order_type_enum_1 = __importDefault(__webpack_require__(1134));
|
|
684
|
-
exports.OrderType = order_type_enum_1.default;
|
|
685
|
-
const tradingKeyType_enum_1 = __webpack_require__(3487);
|
|
686
|
-
Object.defineProperty(exports, "TradingKeyType", ({ enumerable: true, get: function () { return tradingKeyType_enum_1.TradingKeyType; } }));
|
|
687
|
-
__exportStar(__webpack_require__(893), exports);
|
|
688
|
-
__exportStar(__webpack_require__(3338), exports);
|
|
689
|
-
__exportStar(__webpack_require__(3245), exports);
|
|
690
|
-
__exportStar(__webpack_require__(6828), exports);
|
|
691
|
-
__exportStar(__webpack_require__(2224), exports);
|
|
692
|
-
__exportStar(__webpack_require__(892), exports);
|
|
693
|
-
__exportStar(__webpack_require__(2623), exports);
|
|
694
|
-
__exportStar(__webpack_require__(3854), exports);
|
|
695
|
-
__exportStar(__webpack_require__(4132), exports);
|
|
696
|
-
__exportStar(__webpack_require__(3516), exports);
|
|
697
|
-
__exportStar(__webpack_require__(4199), exports);
|
|
698
|
-
__exportStar(__webpack_require__(1682), exports);
|
|
699
|
-
__exportStar(__webpack_require__(1283), exports);
|
|
700
|
-
__exportStar(__webpack_require__(5237), exports);
|
|
701
|
-
__exportStar(__webpack_require__(1048), exports);
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
/***/ }),
|
|
705
|
-
|
|
706
|
-
/***/ 3192:
|
|
707
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
/***/ }),
|
|
714
|
-
|
|
715
|
-
/***/ 3232:
|
|
716
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
720
|
-
exports.TradingKeyType = void 0;
|
|
721
|
-
const _enums_1 = __webpack_require__(9965);
|
|
722
|
-
Object.defineProperty(exports, "TradingKeyType", ({ enumerable: true, get: function () { return _enums_1.TradingKeyType; } }));
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
/***/ }),
|
|
726
|
-
|
|
727
|
-
/***/ 3245:
|
|
728
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
732
|
-
exports.PromptTypeEnum = void 0;
|
|
733
|
-
var PromptTypeEnum;
|
|
734
|
-
(function (PromptTypeEnum) {
|
|
735
|
-
PromptTypeEnum["INSTRUCTIONS"] = "INSTRUCTIONS";
|
|
736
|
-
PromptTypeEnum["TEXT_STYLE"] = "TEXT_STYLE";
|
|
737
|
-
PromptTypeEnum["TEXT_TONE"] = "TEXT_TONE";
|
|
738
|
-
PromptTypeEnum["REACTION_TYPE"] = "REACTION_TYPE";
|
|
739
|
-
PromptTypeEnum["COMMENT_LENGTH"] = "COMMENT_LENGTH";
|
|
740
|
-
PromptTypeEnum["CONTEXT"] = "CONTEXT";
|
|
741
|
-
})(PromptTypeEnum || (exports.PromptTypeEnum = PromptTypeEnum = {}));
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
/***/ }),
|
|
745
|
-
|
|
746
|
-
/***/ 3286:
|
|
747
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
/***/ }),
|
|
754
|
-
|
|
755
|
-
/***/ 3338:
|
|
756
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
760
|
-
exports.TweetType = exports.SeasonStatusEnum = void 0;
|
|
761
|
-
var SeasonStatusEnum;
|
|
762
|
-
(function (SeasonStatusEnum) {
|
|
763
|
-
SeasonStatusEnum["CREATED"] = "created";
|
|
764
|
-
SeasonStatusEnum["STARTED"] = "started";
|
|
765
|
-
SeasonStatusEnum["PAUSED"] = "paused";
|
|
766
|
-
SeasonStatusEnum["CLOSED"] = "closed";
|
|
767
|
-
})(SeasonStatusEnum || (exports.SeasonStatusEnum = SeasonStatusEnum = {}));
|
|
768
|
-
var TweetType;
|
|
769
|
-
(function (TweetType) {
|
|
770
|
-
TweetType["Post"] = "POST";
|
|
771
|
-
TweetType["Comment"] = "COMMENT";
|
|
772
|
-
})(TweetType || (exports.TweetType = TweetType = {}));
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
/***/ }),
|
|
776
|
-
|
|
777
|
-
/***/ 3487:
|
|
778
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
782
|
-
exports.TradingKeyType = void 0;
|
|
783
|
-
var TradingKeyType;
|
|
784
|
-
(function (TradingKeyType) {
|
|
785
|
-
TradingKeyType["User"] = "User";
|
|
786
|
-
TradingKeyType["Api"] = "API";
|
|
787
|
-
})(TradingKeyType || (exports.TradingKeyType = TradingKeyType = {}));
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
/***/ }),
|
|
791
|
-
|
|
792
|
-
/***/ 3516:
|
|
793
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
797
|
-
exports.SortDirectionEnum = void 0;
|
|
798
|
-
var SortDirectionEnum;
|
|
799
|
-
(function (SortDirectionEnum) {
|
|
800
|
-
SortDirectionEnum["ASCENDING"] = "ASC";
|
|
801
|
-
SortDirectionEnum["DESCENDING"] = "DESC";
|
|
802
|
-
})(SortDirectionEnum || (exports.SortDirectionEnum = SortDirectionEnum = {}));
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
/***/ }),
|
|
806
|
-
|
|
807
|
-
/***/ 3667:
|
|
808
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
/***/ }),
|
|
815
|
-
|
|
816
|
-
/***/ 3713:
|
|
817
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
/***/ }),
|
|
824
|
-
|
|
825
|
-
/***/ 3764:
|
|
826
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
/***/ }),
|
|
833
|
-
|
|
834
|
-
/***/ 3854:
|
|
835
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
839
|
-
exports.TradeSubStatus = exports.TradeStatus = void 0;
|
|
840
|
-
var TradeStatus;
|
|
841
|
-
(function (TradeStatus) {
|
|
842
|
-
TradeStatus["Unconfirmed"] = "UNCONFIRMED";
|
|
843
|
-
TradeStatus["Confirmed"] = "CONFIRMED";
|
|
844
|
-
TradeStatus["Rejected"] = "REJECTED";
|
|
845
|
-
})(TradeStatus || (exports.TradeStatus = TradeStatus = {}));
|
|
846
|
-
var TradeSubStatus;
|
|
847
|
-
(function (TradeSubStatus) {
|
|
848
|
-
TradeSubStatus["RESUBMITTED"] = "RESUBMITTED";
|
|
849
|
-
TradeSubStatus["PROCESSED"] = "PROCESSED";
|
|
850
|
-
TradeSubStatus["REMATCHED"] = "REMATCHED";
|
|
851
|
-
})(TradeSubStatus || (exports.TradeSubStatus = TradeSubStatus = {}));
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
/***/ }),
|
|
855
|
-
|
|
856
|
-
/***/ 4050:
|
|
857
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
861
|
-
if (k2 === undefined) k2 = k;
|
|
862
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
863
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
864
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
865
|
-
}
|
|
866
|
-
Object.defineProperty(o, k2, desc);
|
|
867
|
-
}) : (function(o, m, k, k2) {
|
|
868
|
-
if (k2 === undefined) k2 = k;
|
|
869
|
-
o[k2] = m[k];
|
|
870
|
-
}));
|
|
871
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
872
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
873
|
-
};
|
|
874
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
875
|
-
__exportStar(__webpack_require__(2428), exports);
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
/***/ }),
|
|
879
|
-
|
|
880
|
-
/***/ 4132:
|
|
881
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
885
|
-
exports.MarketMakerSortByEnum = exports.MarketMakerRebateTier = void 0;
|
|
886
|
-
var MarketMakerRebateTier;
|
|
887
|
-
(function (MarketMakerRebateTier) {
|
|
888
|
-
MarketMakerRebateTier[MarketMakerRebateTier["FIRST"] = 1] = "FIRST";
|
|
889
|
-
MarketMakerRebateTier[MarketMakerRebateTier["SECOND"] = 2] = "SECOND";
|
|
890
|
-
MarketMakerRebateTier[MarketMakerRebateTier["THIRD"] = 3] = "THIRD";
|
|
891
|
-
MarketMakerRebateTier[MarketMakerRebateTier["FOURTH"] = 4] = "FOURTH";
|
|
892
|
-
})(MarketMakerRebateTier || (exports.MarketMakerRebateTier = MarketMakerRebateTier = {}));
|
|
893
|
-
var MarketMakerSortByEnum;
|
|
894
|
-
(function (MarketMakerSortByEnum) {
|
|
895
|
-
MarketMakerSortByEnum["REBATE_TIER"] = "rebateTier";
|
|
896
|
-
MarketMakerSortByEnum["CREATED_AT"] = "createdAt";
|
|
897
|
-
MarketMakerSortByEnum["NAME"] = "name";
|
|
898
|
-
MarketMakerSortByEnum["TAKER_FEE"] = "takerFee";
|
|
899
|
-
MarketMakerSortByEnum["ENABLED"] = "enabled";
|
|
900
|
-
MarketMakerSortByEnum["ADDRESS"] = "address";
|
|
901
|
-
MarketMakerSortByEnum["CHAIN"] = "chainId";
|
|
902
|
-
})(MarketMakerSortByEnum || (exports.MarketMakerSortByEnum = MarketMakerSortByEnum = {}));
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
/***/ }),
|
|
906
|
-
|
|
907
|
-
/***/ 4199:
|
|
908
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
912
|
-
exports.ScheduledNotificationStatusEnum = exports.NotificationStatusEnum = exports.NotificationPriorityEnum = exports.CombinedNotificationEnum = exports.AccountNotificationEnum = exports.GlobalNotificationEnum = void 0;
|
|
913
|
-
var GlobalNotificationEnum;
|
|
914
|
-
(function (GlobalNotificationEnum) {
|
|
915
|
-
GlobalNotificationEnum["GLOBAL_PAIR_DELISTING"] = "GLOBAL_PAIR_DELISTING";
|
|
916
|
-
GlobalNotificationEnum["GLOBAL_NEW_PAIR_LISTING"] = "GLOBAL_NEW_PAIR_LISTING";
|
|
917
|
-
GlobalNotificationEnum["GLOBAL_SYSTEM_MAINTENANCE"] = "GLOBAL_SYSTEM_MAINTENANCE";
|
|
918
|
-
GlobalNotificationEnum["GLOBAL_SMART_CONTRACT_UPDATE"] = "GLOBAL_SMART_CONTRACT_UPDATE";
|
|
919
|
-
})(GlobalNotificationEnum || (exports.GlobalNotificationEnum = GlobalNotificationEnum = {}));
|
|
920
|
-
var AccountNotificationEnum;
|
|
921
|
-
(function (AccountNotificationEnum) {
|
|
922
|
-
AccountNotificationEnum["ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT"] = "ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT";
|
|
923
|
-
AccountNotificationEnum["ACCOUNT_KYC_STATUS_CHANGED"] = "ACCOUNT_KYC_STATUS_CHANGED";
|
|
924
|
-
AccountNotificationEnum["ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED"] = "ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED";
|
|
925
|
-
})(AccountNotificationEnum || (exports.AccountNotificationEnum = AccountNotificationEnum = {}));
|
|
926
|
-
exports.CombinedNotificationEnum = {
|
|
927
|
-
...GlobalNotificationEnum,
|
|
928
|
-
...AccountNotificationEnum,
|
|
929
|
-
};
|
|
930
|
-
var NotificationPriorityEnum;
|
|
931
|
-
(function (NotificationPriorityEnum) {
|
|
932
|
-
NotificationPriorityEnum["CRITICAL"] = "CRITICAL";
|
|
933
|
-
NotificationPriorityEnum["IMPORTANT"] = "IMPORTANT";
|
|
934
|
-
NotificationPriorityEnum["INFO"] = "INFO";
|
|
935
|
-
})(NotificationPriorityEnum || (exports.NotificationPriorityEnum = NotificationPriorityEnum = {}));
|
|
936
|
-
var NotificationStatusEnum;
|
|
937
|
-
(function (NotificationStatusEnum) {
|
|
938
|
-
NotificationStatusEnum["UNREAD"] = "UNREAD";
|
|
939
|
-
NotificationStatusEnum["READ"] = "READ";
|
|
940
|
-
})(NotificationStatusEnum || (exports.NotificationStatusEnum = NotificationStatusEnum = {}));
|
|
941
|
-
var ScheduledNotificationStatusEnum;
|
|
942
|
-
(function (ScheduledNotificationStatusEnum) {
|
|
943
|
-
ScheduledNotificationStatusEnum["PENDING"] = "PENDING";
|
|
944
|
-
ScheduledNotificationStatusEnum["PROCESSED"] = "PROCESSED";
|
|
945
|
-
ScheduledNotificationStatusEnum["FAILED"] = "FAILED";
|
|
946
|
-
})(ScheduledNotificationStatusEnum || (exports.ScheduledNotificationStatusEnum = ScheduledNotificationStatusEnum = {}));
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
/***/ }),
|
|
950
|
-
|
|
951
|
-
/***/ 4237:
|
|
952
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
956
|
-
;
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
/***/ }),
|
|
960
|
-
|
|
961
|
-
/***/ 4881:
|
|
962
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
/***/ }),
|
|
969
|
-
|
|
970
|
-
/***/ 4927:
|
|
971
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
/***/ }),
|
|
978
|
-
|
|
979
|
-
/***/ 4951:
|
|
980
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
/***/ }),
|
|
987
|
-
|
|
988
|
-
/***/ 5146:
|
|
989
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
/***/ }),
|
|
996
|
-
|
|
997
|
-
/***/ 5237:
|
|
998
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1002
|
-
exports.UpgradeStatus = void 0;
|
|
1003
|
-
var UpgradeStatus;
|
|
1004
|
-
(function (UpgradeStatus) {
|
|
1005
|
-
UpgradeStatus["SUCCESS"] = "success";
|
|
1006
|
-
UpgradeStatus["FAILED"] = "failed";
|
|
1007
|
-
UpgradeStatus["PENDING"] = "pending";
|
|
1008
|
-
})(UpgradeStatus || (exports.UpgradeStatus = UpgradeStatus = {}));
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
/***/ }),
|
|
1012
|
-
|
|
1013
|
-
/***/ 5441:
|
|
1014
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
/***/ }),
|
|
1021
|
-
|
|
1022
|
-
/***/ 5443:
|
|
1023
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
/***/ }),
|
|
1030
|
-
|
|
1031
|
-
/***/ 5547:
|
|
1032
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
/***/ }),
|
|
1039
|
-
|
|
1040
|
-
/***/ 5874:
|
|
1041
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1045
|
-
if (k2 === undefined) k2 = k;
|
|
1046
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1047
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1048
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1049
|
-
}
|
|
1050
|
-
Object.defineProperty(o, k2, desc);
|
|
1051
|
-
}) : (function(o, m, k, k2) {
|
|
1052
|
-
if (k2 === undefined) k2 = k;
|
|
1053
|
-
o[k2] = m[k];
|
|
1054
|
-
}));
|
|
1055
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1056
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1057
|
-
};
|
|
1058
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1059
|
-
__exportStar(__webpack_require__(2562), exports);
|
|
1060
|
-
__exportStar(__webpack_require__(9610), exports);
|
|
1061
|
-
__exportStar(__webpack_require__(528), exports);
|
|
1062
|
-
__exportStar(__webpack_require__(9890), exports);
|
|
1063
|
-
__exportStar(__webpack_require__(3286), exports);
|
|
1064
|
-
__exportStar(__webpack_require__(8252), exports);
|
|
1065
|
-
__exportStar(__webpack_require__(7979), exports);
|
|
1066
|
-
__exportStar(__webpack_require__(231), exports);
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
/***/ }),
|
|
1070
|
-
|
|
1071
|
-
/***/ 6119:
|
|
1072
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1076
|
-
exports.TwitterAccessScopeEnum = void 0;
|
|
1077
|
-
var TwitterAccessScopeEnum;
|
|
1078
|
-
(function (TwitterAccessScopeEnum) {
|
|
1079
|
-
TwitterAccessScopeEnum["USERS_READ"] = "users.read";
|
|
1080
|
-
TwitterAccessScopeEnum["FOLLOWS_READ"] = "follows.read";
|
|
1081
|
-
TwitterAccessScopeEnum["FOLLOWS_WRITE"] = "follows.write";
|
|
1082
|
-
TwitterAccessScopeEnum["TWEET_READ"] = "tweet.read";
|
|
1083
|
-
TwitterAccessScopeEnum["TWEET_WRITE"] = "tweet.write";
|
|
1084
|
-
TwitterAccessScopeEnum["OFFLINE_ACCESS"] = "offline.access";
|
|
1085
|
-
TwitterAccessScopeEnum["LIKE_READ"] = "like.read";
|
|
1086
|
-
TwitterAccessScopeEnum["LIKE_WRITE"] = "like.write";
|
|
1087
|
-
})(TwitterAccessScopeEnum || (exports.TwitterAccessScopeEnum = TwitterAccessScopeEnum = {}));
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
/***/ }),
|
|
1091
|
-
|
|
1092
|
-
/***/ 6511:
|
|
1093
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
/***/ }),
|
|
1100
|
-
|
|
1101
|
-
/***/ 6828:
|
|
1102
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1106
|
-
exports.KYCAuthenticationStatus = exports.LastLookAction = exports.FeeTier = void 0;
|
|
1107
|
-
var FeeTier;
|
|
1108
|
-
(function (FeeTier) {
|
|
1109
|
-
FeeTier[FeeTier["FEE_TIER_1"] = 1] = "FEE_TIER_1";
|
|
1110
|
-
FeeTier[FeeTier["FEE_TIER_2"] = 2] = "FEE_TIER_2";
|
|
1111
|
-
FeeTier[FeeTier["FEE_TIER_3"] = 3] = "FEE_TIER_3";
|
|
1112
|
-
FeeTier[FeeTier["FEE_TIER_4"] = 4] = "FEE_TIER_4";
|
|
1113
|
-
FeeTier[FeeTier["FEE_TIER_5"] = 5] = "FEE_TIER_5";
|
|
1114
|
-
FeeTier[FeeTier["FEE_TIER_6"] = 6] = "FEE_TIER_6";
|
|
1115
|
-
})(FeeTier || (exports.FeeTier = FeeTier = {}));
|
|
1116
|
-
var LastLookAction;
|
|
1117
|
-
(function (LastLookAction) {
|
|
1118
|
-
LastLookAction[LastLookAction["Approve"] = 1] = "Approve";
|
|
1119
|
-
LastLookAction[LastLookAction["Reject"] = 0] = "Reject";
|
|
1120
|
-
})(LastLookAction || (exports.LastLookAction = LastLookAction = {}));
|
|
1121
|
-
var KYCAuthenticationStatus;
|
|
1122
|
-
(function (KYCAuthenticationStatus) {
|
|
1123
|
-
KYCAuthenticationStatus["INITIATED"] = "INITIATED";
|
|
1124
|
-
KYCAuthenticationStatus["CREATED"] = "CREATED";
|
|
1125
|
-
KYCAuthenticationStatus["PROCESSING"] = "PROCESSING";
|
|
1126
|
-
KYCAuthenticationStatus["APPROVED"] = "APPROVED";
|
|
1127
|
-
KYCAuthenticationStatus["REJECTED"] = "REJECTED";
|
|
1128
|
-
})(KYCAuthenticationStatus || (exports.KYCAuthenticationStatus = KYCAuthenticationStatus = {}));
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
/***/ }),
|
|
1132
|
-
|
|
1133
|
-
/***/ 6900:
|
|
1134
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
/***/ }),
|
|
1141
|
-
|
|
1142
|
-
/***/ 6978:
|
|
1143
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1147
|
-
exports.MaintenanceMode = void 0;
|
|
1148
|
-
var MaintenanceMode;
|
|
1149
|
-
(function (MaintenanceMode) {
|
|
1150
|
-
MaintenanceMode[MaintenanceMode["Off"] = 0] = "Off";
|
|
1151
|
-
MaintenanceMode[MaintenanceMode["Full"] = 1] = "Full";
|
|
1152
|
-
MaintenanceMode[MaintenanceMode["Partial"] = 2] = "Partial";
|
|
1153
|
-
MaintenanceMode[MaintenanceMode["Scheduled"] = 3] = "Scheduled";
|
|
1154
|
-
})(MaintenanceMode || (exports.MaintenanceMode = MaintenanceMode = {}));
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
/***/ }),
|
|
1158
|
-
|
|
1159
|
-
/***/ 7054:
|
|
1160
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
/***/ }),
|
|
1167
|
-
|
|
1168
|
-
/***/ 7525:
|
|
1169
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1173
|
-
if (k2 === undefined) k2 = k;
|
|
1174
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1175
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1176
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1177
|
-
}
|
|
1178
|
-
Object.defineProperty(o, k2, desc);
|
|
1179
|
-
}) : (function(o, m, k, k2) {
|
|
1180
|
-
if (k2 === undefined) k2 = k;
|
|
1181
|
-
o[k2] = m[k];
|
|
1182
|
-
}));
|
|
1183
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1184
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1185
|
-
};
|
|
1186
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1187
|
-
__exportStar(__webpack_require__(4927), exports);
|
|
1188
|
-
__exportStar(__webpack_require__(2056), exports);
|
|
1189
|
-
__exportStar(__webpack_require__(3764), exports);
|
|
1190
|
-
__exportStar(__webpack_require__(7704), exports);
|
|
1191
|
-
__exportStar(__webpack_require__(3713), exports);
|
|
1192
|
-
__exportStar(__webpack_require__(3232), exports);
|
|
1193
|
-
__exportStar(__webpack_require__(4951), exports);
|
|
1194
|
-
__exportStar(__webpack_require__(2101), exports);
|
|
1195
|
-
__exportStar(__webpack_require__(3192), exports);
|
|
1196
|
-
__exportStar(__webpack_require__(5443), exports);
|
|
1197
|
-
__exportStar(__webpack_require__(7054), exports);
|
|
1198
|
-
__exportStar(__webpack_require__(2311), exports);
|
|
1199
|
-
__exportStar(__webpack_require__(9035), exports);
|
|
1200
|
-
__exportStar(__webpack_require__(8212), exports);
|
|
1201
|
-
__exportStar(__webpack_require__(1817), exports);
|
|
1202
|
-
__exportStar(__webpack_require__(2420), exports);
|
|
1203
|
-
__exportStar(__webpack_require__(4050), exports);
|
|
1204
|
-
__exportStar(__webpack_require__(6511), exports);
|
|
1205
|
-
__exportStar(__webpack_require__(6900), exports);
|
|
1206
|
-
__exportStar(__webpack_require__(5874), exports);
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
/***/ }),
|
|
1210
|
-
|
|
1211
|
-
/***/ 7704:
|
|
1212
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
/***/ }),
|
|
1219
|
-
|
|
1220
|
-
/***/ 7979:
|
|
1221
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
/***/ }),
|
|
1228
|
-
|
|
1229
|
-
/***/ 8212:
|
|
1230
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
/***/ }),
|
|
1237
|
-
|
|
1238
|
-
/***/ 8252:
|
|
1239
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
/***/ }),
|
|
1246
|
-
|
|
1247
|
-
/***/ 8491:
|
|
1248
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1252
|
-
exports.ISetting = void 0;
|
|
1253
|
-
class ISetting {
|
|
1254
|
-
id;
|
|
1255
|
-
description;
|
|
1256
|
-
hint;
|
|
1257
|
-
help_url;
|
|
1258
|
-
type;
|
|
1259
|
-
allowed_values;
|
|
1260
|
-
settings;
|
|
1261
|
-
public;
|
|
1262
|
-
}
|
|
1263
|
-
exports.ISetting = ISetting;
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
/***/ }),
|
|
1267
|
-
|
|
1268
|
-
/***/ 9035:
|
|
1269
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
/***/ }),
|
|
1276
|
-
|
|
1277
|
-
/***/ 9275:
|
|
1278
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1282
|
-
exports.RabbitConnectionStatus = void 0;
|
|
1283
|
-
var RabbitConnectionStatus;
|
|
1284
|
-
(function (RabbitConnectionStatus) {
|
|
1285
|
-
RabbitConnectionStatus["CONNECTED"] = "CONNECTED";
|
|
1286
|
-
RabbitConnectionStatus["CONNECTING"] = "CONNECTING";
|
|
1287
|
-
RabbitConnectionStatus["DISCONNECTED"] = "DISCONNECTED";
|
|
1288
|
-
RabbitConnectionStatus["DISCONNECTING"] = "DISCONNECTING";
|
|
1289
|
-
RabbitConnectionStatus["PENDING"] = "PENDING";
|
|
1290
|
-
})(RabbitConnectionStatus || (exports.RabbitConnectionStatus = RabbitConnectionStatus = {}));
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
/***/ }),
|
|
1294
|
-
|
|
1295
|
-
/***/ 9610:
|
|
1296
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
/***/ }),
|
|
1303
|
-
|
|
1304
|
-
/***/ 9890:
|
|
1305
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
/***/ }),
|
|
1312
|
-
|
|
1313
|
-
/***/ 9965:
|
|
1314
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1318
|
-
if (k2 === undefined) k2 = k;
|
|
1319
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1320
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1321
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1322
|
-
}
|
|
1323
|
-
Object.defineProperty(o, k2, desc);
|
|
1324
|
-
}) : (function(o, m, k, k2) {
|
|
1325
|
-
if (k2 === undefined) k2 = k;
|
|
1326
|
-
o[k2] = m[k];
|
|
1327
|
-
}));
|
|
1328
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1329
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1330
|
-
};
|
|
1331
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1332
|
-
__exportStar(__webpack_require__(2228), exports);
|
|
1333
|
-
__exportStar(__webpack_require__(6978), exports);
|
|
1334
|
-
__exportStar(__webpack_require__(2739), exports);
|
|
1335
|
-
__exportStar(__webpack_require__(6119), exports);
|
|
1336
|
-
__exportStar(__webpack_require__(3004), exports);
|
|
1337
|
-
__exportStar(__webpack_require__(9275), exports);
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
/***/ }),
|
|
1341
|
-
|
|
1342
|
-
/***/ 9971:
|
|
1343
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1347
|
-
exports.WithdrawalWalletType = void 0;
|
|
1348
|
-
const _enums_1 = __webpack_require__(9965);
|
|
1349
|
-
Object.defineProperty(exports, "WithdrawalWalletType", ({ enumerable: true, get: function () { return _enums_1.WithdrawalWalletType; } }));
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
/***/ })
|
|
1353
|
-
|
|
1354
|
-
/******/ });
|
|
1355
|
-
/************************************************************************/
|
|
1356
|
-
/******/ // The module cache
|
|
1357
|
-
/******/ var __webpack_module_cache__ = {};
|
|
1358
|
-
/******/
|
|
1359
|
-
/******/ // The require function
|
|
1360
|
-
/******/ function __webpack_require__(moduleId) {
|
|
1361
|
-
/******/ // Check if module is in cache
|
|
1362
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
1363
|
-
/******/ if (cachedModule !== undefined) {
|
|
1364
|
-
/******/ return cachedModule.exports;
|
|
1365
|
-
/******/ }
|
|
1366
|
-
/******/ // Create a new module (and put it into the cache)
|
|
1367
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
1368
|
-
/******/ // no module.id needed
|
|
1369
|
-
/******/ // no module.loaded needed
|
|
1370
|
-
/******/ exports: {}
|
|
1371
|
-
/******/ };
|
|
1372
|
-
/******/
|
|
1373
|
-
/******/ // Execute the module function
|
|
1374
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
1375
|
-
/******/
|
|
1376
|
-
/******/ // Return the exports of the module
|
|
1377
|
-
/******/ return module.exports;
|
|
1378
|
-
/******/ }
|
|
1379
|
-
/******/
|
|
1380
|
-
/************************************************************************/
|
|
1381
|
-
/******/
|
|
1382
|
-
/******/ // startup
|
|
1383
|
-
/******/ // Load entry module and return exports
|
|
1384
|
-
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
1385
|
-
/******/ var __webpack_exports__ = __webpack_require__(7525);
|
|
1386
|
-
/******/ module.exports = __webpack_exports__;
|
|
1387
|
-
/******/
|
|
1388
|
-
/******/ })()
|
|
1389
|
-
;
|
|
1
|
+
var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var E=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var h=(o,p)=>{for(var i in p)n(o,i,{get:p[i],enumerable:!0})},A=(o,p,i,e)=>{if(p&&typeof p=="object"||typeof p=="function")for(let t of E(p))!b.call(o,t)&&t!==i&&n(o,t,{get:()=>p[t],enumerable:!(e=d(p,t))||e.enumerable});return o};var _=o=>A(n({},"__esModule",{value:!0}),o);var g={};h(g,{ISetting:()=>c,PROVIDERS:()=>I,TradingKeyType:()=>a,WithdrawalWalletType:()=>s});module.exports=_(g);var a=(i=>(i.User="User",i.Api="API",i))(a||{});var m=(t=>(t.GLOBAL_PAIR_DELISTING="GLOBAL_PAIR_DELISTING",t.GLOBAL_NEW_PAIR_LISTING="GLOBAL_NEW_PAIR_LISTING",t.GLOBAL_SYSTEM_MAINTENANCE="GLOBAL_SYSTEM_MAINTENANCE",t.GLOBAL_SMART_CONTRACT_UPDATE="GLOBAL_SMART_CONTRACT_UPDATE",t))(m||{}),l=(e=>(e.ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT="ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT",e.ACCOUNT_KYC_STATUS_CHANGED="ACCOUNT_KYC_STATUS_CHANGED",e.ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED="ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED",e))(l||{}),B={...m,...l};var s=(e=>(e.SOLANA="SOLANA",e.ALGORAND="ALGORAND",e.EVM="EVM",e))(s||{});var I=(r=>(r.PERA="PERA",r.METAMASK="METAMASK",r.TRUST_WALLET="TRUST_WALLET",r.PHANTOM="PHANTOM",r.WALLET_CONNECT="WALLET_CONNECT",r.SOLANA_MOBILE="SOLANA_MOBILE",r.SOLFLARE="SOLFLARE",r.COINBASE="COINBASE",r.BACKPACK="BACKPACK",r.MOBILE="MOBILE",r))(I||{});var c=class{};0&&(module.exports={ISetting,PROVIDERS,TradingKeyType,WithdrawalWalletType});
|