@coin-voyage/shared 2.3.3 → 2.3.4

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.
@@ -98,6 +98,7 @@ export type SwapIntent = {
98
98
  custom_fee_bps?: number;
99
99
  };
100
100
  export type SwapQuoteRequest = {
101
+ metadata?: PayOrderMetadata;
101
102
  intent: SwapIntent;
102
103
  };
103
104
  export type SwapQuoteResponse = {
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.3.3",
4
+ "version": "2.3.4",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {