@crypticdot/defituna-api 3.1.0 → 3.1.2
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/index.cjs +70 -0
- package/dist/index.d.cts +273 -400
- package/dist/index.d.ts +273 -400
- package/dist/index.js +56 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -223,6 +223,48 @@ var SpotPositionError404ErrorCode = {
|
|
|
223
223
|
var SpotPositionError500ErrorCode = {
|
|
224
224
|
internalError: "internal_error"
|
|
225
225
|
};
|
|
226
|
+
var SseResponseInitialMessageAllOfEntity = {
|
|
227
|
+
initialMessage: "initial_message"
|
|
228
|
+
};
|
|
229
|
+
var SseResponseInitialMessageEntity = {
|
|
230
|
+
initialMessage: "initial_message"
|
|
231
|
+
};
|
|
232
|
+
var SseResponseLendingPositionAllOfEntity = {
|
|
233
|
+
lendingPosition: "lending_position"
|
|
234
|
+
};
|
|
235
|
+
var SseResponseLendingPositionEntity = {
|
|
236
|
+
lendingPosition: "lending_position"
|
|
237
|
+
};
|
|
238
|
+
var SseResponseOrderHistoryEntryAllOfEntity = {
|
|
239
|
+
orderHistoryEntry: "order_history_entry"
|
|
240
|
+
};
|
|
241
|
+
var SseResponseOrderHistoryEntryEntity = {
|
|
242
|
+
orderHistoryEntry: "order_history_entry"
|
|
243
|
+
};
|
|
244
|
+
var SseResponsePoolSwapAllOfEntity = {
|
|
245
|
+
poolSwap: "pool_swap"
|
|
246
|
+
};
|
|
247
|
+
var SseResponsePoolSwapEntity = {
|
|
248
|
+
poolSwap: "pool_swap"
|
|
249
|
+
};
|
|
250
|
+
var SseResponseSnapshotAllOfEntity = {
|
|
251
|
+
stateSnapshot: "state_snapshot"
|
|
252
|
+
};
|
|
253
|
+
var SseResponseSnapshotEntity = {
|
|
254
|
+
stateSnapshot: "state_snapshot"
|
|
255
|
+
};
|
|
256
|
+
var SseResponseStakingPositionAllOfEntity = {
|
|
257
|
+
stakingPosition: "staking_position"
|
|
258
|
+
};
|
|
259
|
+
var SseResponseStakingPositionEntity = {
|
|
260
|
+
stakingPosition: "staking_position"
|
|
261
|
+
};
|
|
262
|
+
var SseResponseTradeHistoryEntryAllOfEntity = {
|
|
263
|
+
tradeHistoryEntry: "trade_history_entry"
|
|
264
|
+
};
|
|
265
|
+
var SseResponseTradeHistoryEntryEntity = {
|
|
266
|
+
tradeHistoryEntry: "trade_history_entry"
|
|
267
|
+
};
|
|
226
268
|
var StakingError400BadRequestCode = {
|
|
227
269
|
badRequest: "bad_request"
|
|
228
270
|
};
|
|
@@ -1566,6 +1608,20 @@ export {
|
|
|
1566
1608
|
PoolsError500ErrorCode,
|
|
1567
1609
|
SpotPositionError404ErrorCode,
|
|
1568
1610
|
SpotPositionError500ErrorCode,
|
|
1611
|
+
SseResponseInitialMessageAllOfEntity,
|
|
1612
|
+
SseResponseInitialMessageEntity,
|
|
1613
|
+
SseResponseLendingPositionAllOfEntity,
|
|
1614
|
+
SseResponseLendingPositionEntity,
|
|
1615
|
+
SseResponseOrderHistoryEntryAllOfEntity,
|
|
1616
|
+
SseResponseOrderHistoryEntryEntity,
|
|
1617
|
+
SseResponsePoolSwapAllOfEntity,
|
|
1618
|
+
SseResponsePoolSwapEntity,
|
|
1619
|
+
SseResponseSnapshotAllOfEntity,
|
|
1620
|
+
SseResponseSnapshotEntity,
|
|
1621
|
+
SseResponseStakingPositionAllOfEntity,
|
|
1622
|
+
SseResponseStakingPositionEntity,
|
|
1623
|
+
SseResponseTradeHistoryEntryAllOfEntity,
|
|
1624
|
+
SseResponseTradeHistoryEntryEntity,
|
|
1569
1625
|
StakingError400BadRequestCode,
|
|
1570
1626
|
StakingError500ErrorCode,
|
|
1571
1627
|
StakingPositionActionType,
|