@parra/parra-js-sdk 0.3.376 → 0.3.378

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.
@@ -425,6 +425,7 @@ export interface TenantUserEntitlement {
425
425
  }
426
426
  export interface TenantUserRoleStub {
427
427
  id: string;
428
+ role_id: string;
428
429
  name: string;
429
430
  key: string;
430
431
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.376",
3
+ "version": "0.3.378",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",