@devoinc/app-developer-kit
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "@devoinc/app-developer-kit", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Devo Web Browser Applications Development Kit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Devo Applications Developer Kit | ||
Devo Applications Development Kit is the mandatory NPM package to start building | ||
Devo Applications Developer Kit is the mandatory NPM package to start building | ||
javascript web browser applications on Devo, it allows you to | ||
@@ -5,0 +5,0 @@ communicate your application with the devo web and APIs. |
@@ -7,2 +7,3 @@ export * from './DevoAppConfig'; | ||
export * from './UserInfo'; | ||
export * from './UserRole'; | ||
export * from './Dates'; | ||
@@ -9,0 +10,0 @@ export * from './QueryResponseResult'; |
import { UserApplication } from './UserApplication'; | ||
import { UserCredentials } from './UserCredentials'; | ||
import { UserRole } from './UserRole'; | ||
import { UserVault } from './UserVault'; | ||
@@ -42,2 +43,6 @@ /** | ||
readonly credentials: UserCredentials; | ||
/** | ||
* User roles | ||
*/ | ||
readonly roles: UserRole[]; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68054
41
747