braid-ui 1.0.120 → 1.0.122

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/dist/index.d.cts CHANGED
@@ -377,6 +377,7 @@ interface PaymentMethodCardProps {
377
377
  accountType?: string;
378
378
  beneficiaryBankName?: string;
379
379
  beneficiaryFiIdType?: string;
380
+ correspondentFiName?: string;
380
381
  correspondentBankId?: string;
381
382
  correspondentFiId?: string;
382
383
  intermediaryBankId?: string;
package/dist/index.d.ts CHANGED
@@ -377,6 +377,7 @@ interface PaymentMethodCardProps {
377
377
  accountType?: string;
378
378
  beneficiaryBankName?: string;
379
379
  beneficiaryFiIdType?: string;
380
+ correspondentFiName?: string;
380
381
  correspondentBankId?: string;
381
382
  correspondentFiId?: string;
382
383
  intermediaryBankId?: string;