@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.
- package/dist/ParraAPI.d.ts +1 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1225,7 +1225,7 @@ export interface CreateUserRequestBody {
|
|
|
1225
1225
|
export interface UpdateUserRequestBody {
|
|
1226
1226
|
first_name: string;
|
|
1227
1227
|
last_name: string;
|
|
1228
|
-
|
|
1228
|
+
name: string;
|
|
1229
1229
|
}
|
|
1230
1230
|
export interface UserCollectionResponse {
|
|
1231
1231
|
page: number;
|