@coin-voyage/shared 2.4.4 → 2.4.5-beta.0

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.
@@ -153,7 +153,6 @@ export type SwapIntent = {
153
153
  swap_mode: SwapMode;
154
154
  receiving_address?: string;
155
155
  crypto?: CryptoSwapInput;
156
- custom_fee_bps?: number;
157
156
  };
158
157
  export type SwapQuoteRequest = {
159
158
  metadata?: PayOrderMetadata;
@@ -173,9 +173,5 @@ export type PaymentStep = {
173
173
  kind: StepKind;
174
174
  data: DepositStepData | CryptoPaymentData | FiatPaymentData;
175
175
  };
176
- export type PaymentStepData = {
177
- crypto?: CryptoPaymentData;
178
- fiat?: FiatPaymentData;
179
- };
180
176
  export type BigIntStr = `${bigint}`;
181
177
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coin-voyage/shared",
3
3
  "description": "Shared utilities for Coin Voyage",
4
- "version": "2.4.4",
4
+ "version": "2.4.5-beta.0",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {