@parra/parra-js-sdk 0.3.104 → 0.3.105
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 +2 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1691,6 +1691,8 @@ export interface UpdateUserRequestBody {
|
|
|
1691
1691
|
first_name: string;
|
|
1692
1692
|
last_name: string;
|
|
1693
1693
|
name: string;
|
|
1694
|
+
role?: string;
|
|
1695
|
+
role_other_description?: string | null;
|
|
1694
1696
|
}
|
|
1695
1697
|
export interface CreateIdentityRequestBody {
|
|
1696
1698
|
provider: string;
|