zklighter-perps 1.0.300 → 1.0.301

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/apis/OrderApi.ts CHANGED
@@ -1064,6 +1064,8 @@ export const ExchangeMetricsKindEnum = {
1064
1064
  MakerFee: 'maker_fee',
1065
1065
  TakerFee: 'taker_fee',
1066
1066
  LiquidationFee: 'liquidation_fee',
1067
+ AttributionMakerFee: 'attribution_maker_fee',
1068
+ AttributionTakerFee: 'attribution_taker_fee',
1067
1069
  TradeCount: 'trade_count',
1068
1070
  LiquidationCount: 'liquidation_count',
1069
1071
  LiquidationVolume: 'liquidation_volume',
@@ -68,6 +68,8 @@ export const ReqGetExchangeMetricsKindEnum = {
68
68
  MakerFee: 'maker_fee',
69
69
  TakerFee: 'taker_fee',
70
70
  LiquidationFee: 'liquidation_fee',
71
+ AttributionMakerFee: 'attribution_maker_fee',
72
+ AttributionTakerFee: 'attribution_taker_fee',
71
73
  TradeCount: 'trade_count',
72
74
  LiquidationCount: 'liquidation_count',
73
75
  LiquidationVolume: 'liquidation_volume',
package/openapi.json CHANGED
@@ -1647,6 +1647,8 @@
1647
1647
  "maker_fee",
1648
1648
  "taker_fee",
1649
1649
  "liquidation_fee",
1650
+ "attribution_maker_fee",
1651
+ "attribution_taker_fee",
1650
1652
  "trade_count",
1651
1653
  "liquidation_count",
1652
1654
  "liquidation_volume",
@@ -12213,6 +12215,8 @@
12213
12215
  "maker_fee",
12214
12216
  "taker_fee",
12215
12217
  "liquidation_fee",
12218
+ "attribution_maker_fee",
12219
+ "attribution_taker_fee",
12216
12220
  "trade_count",
12217
12221
  "liquidation_count",
12218
12222
  "liquidation_volume",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zklighter-perps",
3
- "version": "1.0.300",
3
+ "version": "1.0.301",
4
4
  "description": "Lighter Perps SDK",
5
5
  "main": "index.ts",
6
6
  "directories": {