@spritz-finance/api-client 0.0.10 → 0.0.11

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,7 +82,7 @@ const verificationData = await client.user.getUserVerification()
82
82
 
83
83
  ```typescript
84
84
  // Fetch all bank accounts for the user
85
- const bankAccounts = await client.bankAccounts.list()
85
+ const bankAccounts = await client.bankAccount.list()
86
86
 
87
87
  // Choose a bank account to use for the payment request
88
88
  const account = bankAccounts[0]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spritz-finance/api-client",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Typescript library for interacting with the Spritz Finance API",
5
5
  "main": "dist/spritz-api-client.js",
6
6
  "module": "dist/spritz-api-client.mjs",