diff --git a/src/types/v5-shared.ts b/src/types/v5-shared.ts index b35fbe5..9e60a30 100644 --- a/src/types/v5-shared.ts +++ b/src/types/v5-shared.ts @@ -223,7 +223,10 @@ export type ExecTypeV5 = | 'AdlTrade' | 'Funding' | 'BustTrade' - | 'Settle'; + | 'Settle' + | 'BlockTrade' + | 'MovePosition' + | 'UNKNOWN'; /** * Withdraw type. 0(default): on chain. 1: off chain. 2: all.