@frontegg/client
Advanced tools
Comparing version 1.0.60 to 1.0.61
export interface IAuditProperties { | ||
createdAt?: Date; | ||
severity?: 'Info' | 'Medium' | 'High' | 'Critical'; | ||
[key: string]: any; | ||
} |
export interface IWebpushProperties { | ||
title?: string; | ||
body?: string; | ||
userId?: string; | ||
} |
{ | ||
"name": "@frontegg/client", | ||
"version": "1.0.60", | ||
"version": "1.0.61", | ||
"description": "Frontegg Javascript Library for backend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
127191
2580