@eduzz/apps-toolbar
Advanced tools
Comparing version 1.4.24 to 1.4.26
{ | ||
"name": "@eduzz/apps-toolbar", | ||
"version": "1.4.24", | ||
"version": "1.4.26", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -8,4 +8,15 @@ interface Window { | ||
type typeEduzzToolbarApplications = | ||
| 'nutror' | ||
| 'blinket' | ||
| 'orbita' | ||
| 'sun' | ||
| 'jobzz' | ||
| 'telescope' | ||
| 'safevideo' | ||
| 'alumy'; | ||
interface IEduzzToolbarSetupParams { | ||
application?: 'nutror' | 'blinket' | 'orbita' | 'sun' | 'jobzz' | 'telescope' | 'safevideo' | 'alumy'; | ||
application?: typeEduzzToolbarApplications; | ||
applicationUrls?: { [key in typeEduzzToolbarApplications]: string }; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1007563
1013