@parra/parra-js-sdk 0.3.10 → 0.3.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.
@@ -1225,7 +1225,7 @@ export interface CreateUserRequestBody {
1225
1225
  export interface UpdateUserRequestBody {
1226
1226
  first_name: string;
1227
1227
  last_name: string;
1228
- email: string;
1228
+ name: string;
1229
1229
  }
1230
1230
  export interface UserCollectionResponse {
1231
1231
  page: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",