@coin-voyage/shared 0.0.14 → 0.0.15-beta.1

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.
@@ -58,6 +58,7 @@ export type SalePayOrderParams = {
58
58
  receiving_address?: string;
59
59
  };
60
60
  export type RefundOrderParams = RequestData & {
61
+ currency: CurrencyBase;
61
62
  metadata?: PayOrderMetadata;
62
63
  };
63
64
  export type PayOrderQuoteParams = {
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": "0.0.14",
4
+ "version": "0.0.15-beta.1",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {