zklighter-perps 1.0.255 → 1.0.256
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/TransferHistoryItem.ts +9 -1
- package/openapi.json +9 -1
- package/package.json +1 -1
|
@@ -116,7 +116,15 @@ export const TransferHistoryItemTypeEnum = {
|
|
|
116
116
|
L2UnstakeAssetInflow: 'L2UnstakeAssetInflow',
|
|
117
117
|
L2UnstakeAssetOutflow: 'L2UnstakeAssetOutflow',
|
|
118
118
|
L2ForceBurnSharesInflow: 'L2ForceBurnSharesInflow',
|
|
119
|
-
L2ForceBurnSharesOutflow: 'L2ForceBurnSharesOutflow'
|
|
119
|
+
L2ForceBurnSharesOutflow: 'L2ForceBurnSharesOutflow',
|
|
120
|
+
L1BurnSharesInflow: 'L1BurnSharesInflow',
|
|
121
|
+
L1BurnSharesOutflow: 'L1BurnSharesOutflow',
|
|
122
|
+
L1UnstakeAssetInflow: 'L1UnstakeAssetInflow',
|
|
123
|
+
L1UnstakeAssetOutflow: 'L1UnstakeAssetOutflow',
|
|
124
|
+
L2CreatePublicPoolInflow: 'L2CreatePublicPoolInflow',
|
|
125
|
+
L2CreatePublicPoolOutflow: 'L2CreatePublicPoolOutflow',
|
|
126
|
+
L2CreateStakingPoolInflow: 'L2CreateStakingPoolInflow',
|
|
127
|
+
L2CreateStakingPoolOutflow: 'L2CreateStakingPoolOutflow'
|
|
120
128
|
} as const;
|
|
121
129
|
export type TransferHistoryItemTypeEnum = typeof TransferHistoryItemTypeEnum[keyof typeof TransferHistoryItemTypeEnum];
|
|
122
130
|
|
package/openapi.json
CHANGED
|
@@ -13972,7 +13972,15 @@
|
|
|
13972
13972
|
"L2UnstakeAssetInflow",
|
|
13973
13973
|
"L2UnstakeAssetOutflow",
|
|
13974
13974
|
"L2ForceBurnSharesInflow",
|
|
13975
|
-
"L2ForceBurnSharesOutflow"
|
|
13975
|
+
"L2ForceBurnSharesOutflow",
|
|
13976
|
+
"L1BurnSharesInflow",
|
|
13977
|
+
"L1BurnSharesOutflow",
|
|
13978
|
+
"L1UnstakeAssetInflow",
|
|
13979
|
+
"L1UnstakeAssetOutflow",
|
|
13980
|
+
"L2CreatePublicPoolInflow",
|
|
13981
|
+
"L2CreatePublicPoolOutflow",
|
|
13982
|
+
"L2CreateStakingPoolInflow",
|
|
13983
|
+
"L2CreateStakingPoolOutflow"
|
|
13976
13984
|
]
|
|
13977
13985
|
},
|
|
13978
13986
|
"from_l1_address": {
|