@luxfi/bank 1.3.2 → 1.3.3

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/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -214,6 +214,7 @@ export declare class Bank {
214
214
  issueCard(currency?: string): Promise<{
215
215
  card: Card;
216
216
  cvv: string;
217
+ pan: string;
217
218
  }>;
218
219
  freezeCard(id: string): Promise<Card>;
219
220
  unfreezeCard(id: string): Promise<Card>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxfi/bank",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Typed client for the Lux banking API (/v1/bank) \u2014 accounts, payments, cards, crypto, FX, and membership plans.",
5
5
  "license": "MIT",
6
6
  "repository": {