zklighter-perps 1.0.187 → 1.0.189

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/models/index.ts CHANGED
@@ -12,8 +12,8 @@ export * from './AccountPnL';
12
12
  export * from './AccountPosition';
13
13
  export * from './AccountStats';
14
14
  export * from './AccountTradeStats';
15
- export * from './AirdropPercentageItem';
16
- export * from './AirdropPercentages';
15
+ export * from './AirdropAllocationItem';
16
+ export * from './AirdropAllocations';
17
17
  export * from './Announcement';
18
18
  export * from './Announcements';
19
19
  export * from './ApiKey';
@@ -26,6 +26,8 @@ export * from './Blocks';
26
26
  export * from './Bridge';
27
27
  export * from './BridgeSupportedNetwork';
28
28
  export * from './BridgeSupportedNetworks';
29
+ export * from './Candle';
30
+ export * from './Candles';
29
31
  export * from './Candlestick';
30
32
  export * from './Candlesticks';
31
33
  export * from './ContractAddress';
@@ -64,6 +66,7 @@ export * from './NextNonce';
64
66
  export * from './Order';
65
67
  export * from './OrderBook';
66
68
  export * from './OrderBookDepth';
69
+ export * from './OrderBookDepthWithBeginNonce';
67
70
  export * from './OrderBookDetails';
68
71
  export * from './OrderBookOrders';
69
72
  export * from './OrderBookStats';
@@ -92,13 +95,14 @@ export * from './ReqGetAccountLimits';
92
95
  export * from './ReqGetAccountMetadata';
93
96
  export * from './ReqGetAccountPnL';
94
97
  export * from './ReqGetAccountTxs';
95
- export * from './ReqGetAirdropPercentages';
98
+ export * from './ReqGetAirdropAllocations';
96
99
  export * from './ReqGetApiTokens';
97
100
  export * from './ReqGetAssetDetails';
98
101
  export * from './ReqGetBlock';
99
102
  export * from './ReqGetBlockTxs';
100
103
  export * from './ReqGetBridgesByL1Addr';
101
104
  export * from './ReqGetByAccount';
105
+ export * from './ReqGetCandles';
102
106
  export * from './ReqGetCandlesticks';
103
107
  export * from './ReqGetDepositHistory';
104
108
  export * from './ReqGetFastWithdrawInfo';