@parra/parra-js-sdk 0.3.377 → 0.3.378

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.377",
3
+ "version": "0.3.378",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",