asma-types
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,2 @@ | ||
import type { roles_enum } from '../generated/directory/schema'; | ||
import type { feature_names_enum, roles_enum } from '../generated/directory/schema'; | ||
export interface IBaseJwtClaims { | ||
@@ -19,3 +19,3 @@ user_id: string; | ||
services: IService; | ||
features: string[]; | ||
features: feature_names_enum[]; | ||
} | ||
@@ -22,0 +22,0 @@ export interface IService { |
{ | ||
"name": "asma-types", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,2 +0,2 @@ | ||
import type { roles_enum } from '../generated/directory/schema' | ||
import type { feature_names_enum, roles_enum } from '../generated/directory/schema' | ||
export interface IBaseJwtClaims { | ||
@@ -21,3 +21,3 @@ user_id: string | ||
services: IService | ||
features: string[] | ||
features: feature_names_enum[] | ||
} | ||
@@ -24,0 +24,0 @@ export interface IService { |
Sorry, the diff of this file is too big to display
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
3625334