@spritz-finance/api-client 0.0.8 → 0.0.9

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
@@ -40,7 +40,7 @@ You start the process by transmitting the user's email address.
40
40
 
41
41
  ```typescript
42
42
  // Fetch all bank accounts for the user
43
- const user = await client.user.create({
43
+ const user = await client.user.createUser({
44
44
  email: "bilbo@shiremail.net"
45
45
  })
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spritz-finance/api-client",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
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",