@frontegg/client
Advanced tools
Comparing version 1.0.43 to 1.0.44
@@ -8,2 +8,8 @@ export declare class FronteggPermissions { | ||
}; | ||
static Notifications: { | ||
Read: string; | ||
ChangeStatus: string; | ||
Pin: string; | ||
Unpin: string; | ||
}; | ||
static Tenants: { | ||
@@ -10,0 +16,0 @@ Read: string; |
@@ -12,2 +12,8 @@ "use strict"; | ||
}; | ||
FronteggPermissions.Notifications = { | ||
Read: 'GET /notification', | ||
ChangeStatus: 'PUT /notification/status', | ||
Pin: 'PUT /notification/pin', | ||
Unpin: 'PUT /notification/unpin', | ||
}; | ||
FronteggPermissions.Tenants = { | ||
@@ -14,0 +20,0 @@ Read: 'GET /tenants', |
{ | ||
"name": "@frontegg/client", | ||
"version": "1.0.43", | ||
"version": "1.0.44", | ||
"description": "Frontegg Javascript Library for backend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
71462
1445