From 6b7ef0bd065dac323d8a1ec800e8d2bdafacb77c Mon Sep 17 00:00:00 2001 From: Bohdan Ohorodnii <35969035+varex83@users.noreply.github.com> Date: Wed, 23 Jul 2025 20:11:20 +0300 Subject: [PATCH] fix: order status enums --- vocs-docs/docs/pages/types/api_order_status.mdx | 8 ++++++-- vocs-docs/docs/pages/types/order_status.mdx | 10 +++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/vocs-docs/docs/pages/types/api_order_status.mdx b/vocs-docs/docs/pages/types/api_order_status.mdx index 8c7b32d6f..6e70b1e33 100644 --- a/vocs-docs/docs/pages/types/api_order_status.mdx +++ b/vocs-docs/docs/pages/types/api_order_status.mdx @@ -2,5 +2,9 @@ `ApiOrderStatus` is an enum consists of the following values -- `OrderStatus` -- `BestEffort` \ No newline at end of file +- `OPEN` +- `FILLED` +- `CANCELED` +- `BEST_EFFORT_CANCELED` +- `BEST_EFFORT_OPENED` +- `UNTRIGGERED` \ No newline at end of file diff --git a/vocs-docs/docs/pages/types/order_status.mdx b/vocs-docs/docs/pages/types/order_status.mdx index 02ffec70f..5fa585cea 100644 --- a/vocs-docs/docs/pages/types/order_status.mdx +++ b/vocs-docs/docs/pages/types/order_status.mdx @@ -2,8 +2,8 @@ `OrderStatus` is an enum consists of the following values -- `Open` -- `Filled` -- `Canceled` -- `BestEffortCanceled` -- `Untriggered` \ No newline at end of file +- `OPEN` +- `FILLED` +- `CANCELED` +- `BEST_EFFORT_CANCELED` +- `UNTRIGGERED` \ No newline at end of file