@kimafinance/kima-transaction-widget 1.5.4 → 1.5.5

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
@@ -160,7 +160,7 @@ interface FeeResult<T extends BigintAmount<bigint | string>> {
160
160
  expiration: string;
161
161
  transactionValues: FeeTransactionValues<T>;
162
162
  options?: {
163
- payment_method: '' | 'sepa_eur' | 'credit_card' | 'swift_usd';
163
+ paymentMethod: '' | 'sepaEur' | 'creditCard' | 'swiftUsd';
164
164
  };
165
165
  swapInfo?: SwapInfo<T>;
166
166
  }
@@ -184,7 +184,7 @@ interface ServiceFee {
184
184
  swapFee?: BigintAmount<bigint>;
185
185
  swapInfo?: SwapInfo<BigintAmount<bigint>>;
186
186
  options?: {
187
- payment_method: '' | 'sepa_eur' | 'credit_card' | 'swift_usd';
187
+ paymentMethod: '' | 'sepaEur' | 'creditCard' | 'swiftUsd';
188
188
  };
189
189
  }
190
190
 
package/dist/index.d.ts CHANGED
@@ -160,7 +160,7 @@ interface FeeResult<T extends BigintAmount<bigint | string>> {
160
160
  expiration: string;
161
161
  transactionValues: FeeTransactionValues<T>;
162
162
  options?: {
163
- payment_method: '' | 'sepa_eur' | 'credit_card' | 'swift_usd';
163
+ paymentMethod: '' | 'sepaEur' | 'creditCard' | 'swiftUsd';
164
164
  };
165
165
  swapInfo?: SwapInfo<T>;
166
166
  }
@@ -184,7 +184,7 @@ interface ServiceFee {
184
184
  swapFee?: BigintAmount<bigint>;
185
185
  swapInfo?: SwapInfo<BigintAmount<bigint>>;
186
186
  options?: {
187
- payment_method: '' | 'sepa_eur' | 'credit_card' | 'swift_usd';
187
+ paymentMethod: '' | 'sepaEur' | 'creditCard' | 'swiftUsd';
188
188
  };
189
189
  }
190
190