@coin-voyage/shared 2.3.3-beta.0 → 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.
@@ -185,7 +185,7 @@ export class ApiClient {
185
185
  }
186
186
  }
187
187
  const path = `/pay-orders/${payOrderId}/refund`;
188
- const signature = this.generateAuthorizationSignature(apiSecret, "POST", `/pay-orders/${payOrderId}/refund`);
188
+ const signature = this.generateAuthorizationSignature(apiSecret, "POST", path);
189
189
  return this.request({
190
190
  path,
191
191
  options: {
@@ -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-beta.0",
4
+ "version": "2.3.4",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {