@rabby-wallet/rabby-api 0.9.12-beta.4 → 0.9.12-beta.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1423,8 +1423,9 @@ export interface BuyHistoryItem {
1423
1423
  status: string;
1424
1424
  create_at: number;
1425
1425
  service_provider: BuyServiceProvider;
1426
- service_provider_url: null;
1426
+ service_provider_url: null | string;
1427
1427
  pay_usd_amount: number;
1428
+ pay_currency_code: string;
1428
1429
  payment_type: string;
1429
1430
  receive_chain_id: string;
1430
1431
  receive_tx_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.12-beta.4",
3
+ "version": "0.9.12-beta.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [