@abip/sp-common
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -7,3 +7,3 @@ import { Realm } from '@authelion/common'; | ||
id: string; | ||
name: string | null; | ||
name: string; | ||
access: SurveyEventAccess; | ||
@@ -10,0 +10,0 @@ access_restriction: SurveyEventAccessRestriction; |
{ | ||
"name": "@abip/sp-common", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -44,3 +44,3 @@ "main": "./dist/index", | ||
}, | ||
"gitHead": "40df4cf97c17aeb780b1db8454e26be8c80152b8" | ||
"gitHead": "ccb50e7506eb6b2b506a61627cf4669b7fda04af" | ||
} |
@@ -18,3 +18,3 @@ /* | ||
name: string | null; | ||
name: string; | ||
@@ -21,0 +21,0 @@ access: SurveyEventAccess; |
Sorry, the diff of this file is not supported yet
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
253651