@@ -109,16 +109,19 @@ resources:
109109 subresources :
110110 external_accounts :
111111 models :
112- us_account_info : ' #/components/schemas/UsAccountExternalAccountInfo'
113- clabe_account_info : ' #/components/schemas/ClabeAccountExternalAccountInfo'
114- pix_account_info : ' #/components/schemas/PixAccountExternalAccountInfo'
115- iban_account_info : ' #/components/schemas/IbanAccountExternalAccountInfo'
116- upi_account_info : ' #/components/schemas/UpiAccountExternalAccountInfo'
117- ngn_account_info : ' #/components/schemas/NgnAccountExternalAccountInfo'
118- cad_account_info : ' #/components/schemas/CadAccountExternalAccountInfo'
119- gbp_account_info : ' #/components/schemas/GbpAccountExternalAccountInfo'
120- php_account_info : ' #/components/schemas/PhpAccountExternalAccountInfo'
121- sgd_account_info : ' #/components/schemas/SgdAccountExternalAccountInfo'
112+ usd_account_info : ' #/components/schemas/UsdExternalAccountInfo'
113+ brl_account_info : ' #/components/schemas/BrlExternalAccountInfo'
114+ mxn_account_info : ' #/components/schemas/MxnExternalAccountInfo'
115+ dkk_account_info : ' #/components/schemas/DkkExternalAccountInfo'
116+ inr_account_info : ' #/components/schemas/InrExternalAccountInfo'
117+ gbp_account_info : ' #/components/schemas/GbpExternalAccountInfo'
118+ hkd_account_info : ' #/components/schemas/HkdExternalAccountInfo'
119+ idr_account_info : ' #/components/schemas/IdrExternalAccountInfo'
120+ myr_account_info : ' #/components/schemas/MyrExternalAccountInfo'
121+ php_account_info : ' #/components/schemas/PhpExternalAccountInfo'
122+ sgd_account_info : ' #/components/schemas/SgdExternalAccountInfo'
123+ thb_account_info : ' #/components/schemas/ThbExternalAccountInfo'
124+ vnd_account_info : ' #/components/schemas/VndExternalAccountInfo'
122125 spark_wallet_info : ' #/components/schemas/SparkWalletExternalAccountInfo'
123126 solana_wallet_info : ' #/components/schemas/SolanaWalletExternalAccountInfo'
124127 tron_wallet_info : ' #/components/schemas/TronWalletExternalAccountInfo'
@@ -483,12 +486,22 @@ openapi:
483486 stripping the accountType discriminator, which causes TS2312 errors
484487 args :
485488 target :
486- - " $.components.schemas.PaymentClabeAccountInfo.allOf[0]"
487- - " $.components.schemas.PaymentUsAccountInfo.allOf[0]"
488- - " $.components.schemas.PaymentPixAccountInfo.allOf[0]"
489- - " $.components.schemas.PaymentIbanAccountInfo.allOf[0]"
490- - " $.components.schemas.PaymentUpiAccountInfo.allOf[0]"
489+ - " $.components.schemas.PaymentUsdAccountInfo.allOf[0]"
490+ - " $.components.schemas.PaymentBrlAccountInfo.allOf[0]"
491+ - " $.components.schemas.PaymentMxnAccountInfo.allOf[0]"
492+ - " $.components.schemas.PaymentDkkAccountInfo.allOf[0]"
493+ - " $.components.schemas.PaymentEurAccountInfo.allOf[0]"
494+ - " $.components.schemas.PaymentInrAccountInfo.allOf[0]"
491495 - " $.components.schemas.PaymentNgnAccountInfo.allOf[0]"
496+ - " $.components.schemas.PaymentCadAccountInfo.allOf[0]"
497+ - " $.components.schemas.PaymentGbpAccountInfo.allOf[0]"
498+ - " $.components.schemas.PaymentHkdAccountInfo.allOf[0]"
499+ - " $.components.schemas.PaymentIdrAccountInfo.allOf[0]"
500+ - " $.components.schemas.PaymentMyrAccountInfo.allOf[0]"
501+ - " $.components.schemas.PaymentPhpAccountInfo.allOf[0]"
502+ - " $.components.schemas.PaymentSgdAccountInfo.allOf[0]"
503+ - " $.components.schemas.PaymentThbAccountInfo.allOf[0]"
504+ - " $.components.schemas.PaymentVndAccountInfo.allOf[0]"
492505 - " $.components.schemas.PaymentSparkWalletInfo.allOf[0]"
493506 - " $.components.schemas.PaymentLightningInvoiceInfo.allOf[0]"
494507 - " $.components.schemas.PaymentSolanaWalletInfo.allOf[0]"
@@ -520,16 +533,6 @@ openapi:
520533 - " $.components.schemas.ExternalAccountDetailsDestination.allOf[0]"
521534 keys : [ "$ref" ]
522535
523- # ── beneficiaryType: remove from base schema ──
524- - command : remove
525- reason : >-
526- Remove beneficiaryType $ref from base schema so the inline
527- single-value enums in each beneficiary variant become the sole definition
528- args :
529- target :
530- - " $.components.schemas.BaseBeneficiary.properties"
531- keys : [ "beneficiaryType" ]
532-
533536codeflow :
534537 detect_breaking_changes : true
535538 release_environment : npm
0 commit comments