@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.104",
3
+ "version": "0.3.105",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",