From 948b9e205a8897259ea164f4460abc520af61ea1 Mon Sep 17 00:00:00 2001 From: Lightspark Eng Date: Tue, 31 Mar 2026 22:20:37 +0000 Subject: [PATCH] chore: Sync account schemas --- mintlify/openapi.yaml | 8 ++ openapi.yaml | 8 ++ .../ExternalAccountType.yaml | 76 ++++++++++--------- 3 files changed, 58 insertions(+), 34 deletions(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 1c2bdf0c..5526d489 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -7713,6 +7713,14 @@ components: - XOF_ACCOUNT - ZAR_ACCOUNT - ZMW_ACCOUNT + - BDT_ACCOUNT + - COP_ACCOUNT + - EGP_ACCOUNT + - GHS_ACCOUNT + - GTQ_ACCOUNT + - HTG_ACCOUNT + - JMD_ACCOUNT + - PKR_ACCOUNT description: Type of external account or wallet example: GBP_ACCOUNT BaseExternalAccountInfo: diff --git a/openapi.yaml b/openapi.yaml index 1c2bdf0c..5526d489 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -7713,6 +7713,14 @@ components: - XOF_ACCOUNT - ZAR_ACCOUNT - ZMW_ACCOUNT + - BDT_ACCOUNT + - COP_ACCOUNT + - EGP_ACCOUNT + - GHS_ACCOUNT + - GTQ_ACCOUNT + - HTG_ACCOUNT + - JMD_ACCOUNT + - PKR_ACCOUNT description: Type of external account or wallet example: GBP_ACCOUNT BaseExternalAccountInfo: diff --git a/openapi/components/schemas/external_accounts/ExternalAccountType.yaml b/openapi/components/schemas/external_accounts/ExternalAccountType.yaml index f2fa5d44..ab6ad066 100644 --- a/openapi/components/schemas/external_accounts/ExternalAccountType.yaml +++ b/openapi/components/schemas/external_accounts/ExternalAccountType.yaml @@ -1,38 +1,46 @@ type: string enum: - - GBP_ACCOUNT - - PHP_ACCOUNT - - SGD_ACCOUNT - - SPARK_WALLET - - LIGHTNING - - SOLANA_WALLET - - TRON_WALLET - - POLYGON_WALLET - - BASE_WALLET - - ETHEREUM_WALLET - - AED_ACCOUNT - - BRL_ACCOUNT - - BWP_ACCOUNT - - CAD_ACCOUNT - - DKK_ACCOUNT - - EUR_ACCOUNT - - HKD_ACCOUNT - - IDR_ACCOUNT - - INR_ACCOUNT - - KES_ACCOUNT - - MWK_ACCOUNT - - MXN_ACCOUNT - - MYR_ACCOUNT - - NGN_ACCOUNT - - RWF_ACCOUNT - - THB_ACCOUNT - - TZS_ACCOUNT - - UGX_ACCOUNT - - USD_ACCOUNT - - VND_ACCOUNT - - XAF_ACCOUNT - - XOF_ACCOUNT - - ZAR_ACCOUNT - - ZMW_ACCOUNT +- GBP_ACCOUNT +- PHP_ACCOUNT +- SGD_ACCOUNT +- SPARK_WALLET +- LIGHTNING +- SOLANA_WALLET +- TRON_WALLET +- POLYGON_WALLET +- BASE_WALLET +- ETHEREUM_WALLET +- AED_ACCOUNT +- BRL_ACCOUNT +- BWP_ACCOUNT +- CAD_ACCOUNT +- DKK_ACCOUNT +- EUR_ACCOUNT +- HKD_ACCOUNT +- IDR_ACCOUNT +- INR_ACCOUNT +- KES_ACCOUNT +- MWK_ACCOUNT +- MXN_ACCOUNT +- MYR_ACCOUNT +- NGN_ACCOUNT +- RWF_ACCOUNT +- THB_ACCOUNT +- TZS_ACCOUNT +- UGX_ACCOUNT +- USD_ACCOUNT +- VND_ACCOUNT +- XAF_ACCOUNT +- XOF_ACCOUNT +- ZAR_ACCOUNT +- ZMW_ACCOUNT +- BDT_ACCOUNT +- COP_ACCOUNT +- EGP_ACCOUNT +- GHS_ACCOUNT +- GTQ_ACCOUNT +- HTG_ACCOUNT +- JMD_ACCOUNT +- PKR_ACCOUNT description: Type of external account or wallet example: GBP_ACCOUNT