zklighter-perps 1.0.163 → 1.0.164

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.
@@ -81,7 +81,11 @@ export interface TransferHistoryItem {
81
81
  */
82
82
  export const TransferHistoryItemTypeEnum = {
83
83
  L2TransferInflow: 'L2TransferInflow',
84
- L2TransferOutflow: 'L2TransferOutflow'
84
+ L2TransferOutflow: 'L2TransferOutflow',
85
+ L2BurnSharesInflow: 'L2BurnSharesInflow',
86
+ L2BurnSharesOutflow: 'L2BurnSharesOutflow',
87
+ L2MintSharesInflow: 'L2MintSharesInflow',
88
+ L2MintSharesOutflow: 'L2MintSharesOutflow'
85
89
  } as const;
86
90
  export type TransferHistoryItemTypeEnum = typeof TransferHistoryItemTypeEnum[keyof typeof TransferHistoryItemTypeEnum];
87
91
 
package/openapi.json CHANGED
@@ -7929,7 +7929,11 @@
7929
7929
  "type": "string",
7930
7930
  "enum": [
7931
7931
  "L2TransferInflow",
7932
- "L2TransferOutflow"
7932
+ "L2TransferOutflow",
7933
+ "L2BurnSharesInflow",
7934
+ "L2BurnSharesOutflow",
7935
+ "L2MintSharesInflow",
7936
+ "L2MintSharesOutflow"
7933
7937
  ]
7934
7938
  },
7935
7939
  "from_l1_address": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zklighter-perps",
3
- "version": "1.0.163",
3
+ "version": "1.0.164",
4
4
  "description": "zkLighter Perps SDK",
5
5
  "main": "index.ts",
6
6
  "directories": {