asma-types
Advanced tools
Comparing version 1.7.10 to 1.7.11
@@ -10,8 +10,9 @@ /** | ||
genesis_set: string; | ||
customer_id: string; | ||
name: string; | ||
journal_user_id?: string; | ||
vt?: number; | ||
exp?: number; | ||
customer_id?: string; | ||
} | ||
export interface IAdminJwtClaims<R extends string, F extends string> extends ITherapistOrSuperUserJwtClaims<R, F> { | ||
name: string; | ||
} | ||
@@ -23,4 +24,2 @@ /** | ||
access_level: 1 | 2 | 3 | 4; | ||
name: string; | ||
journal_user_id?: string; | ||
related_customers: string; | ||
@@ -35,5 +34,3 @@ identity: string; | ||
export interface ITherapistOrSuperUserJwtClaims<R extends string, F extends string = any> extends IBaseJwtClaims<R> { | ||
name: string; | ||
region: string; | ||
journal_user_id?: string; | ||
brukerBrukerNavn?: string; | ||
@@ -52,4 +49,2 @@ services: IService; | ||
region: string; | ||
name: string; | ||
customer_id: string; | ||
} | ||
@@ -56,0 +51,0 @@ /** |
{ | ||
"name": "asma-types", | ||
"version": "1.7.10", | ||
"version": "1.7.11", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -22,10 +22,10 @@ //import type { roles_enum, feature_names_enum } from "asma-genql-directory/lib" | ||
genesis_set: string | ||
customer_id: string | ||
name: string | ||
journal_user_id?: string | ||
vt?: number | ||
exp?: number | ||
customer_id?: string | ||
} | ||
export interface IAdminJwtClaims<R extends string,F extends string> extends ITherapistOrSuperUserJwtClaims<R, F> { | ||
name: string | ||
} | ||
export interface IAdminJwtClaims<R extends string,F extends string> extends ITherapistOrSuperUserJwtClaims<R, F> {} | ||
/** | ||
@@ -36,4 +36,2 @@ * R roles_enum | ||
access_level: 1 | 2 | 3 | 4 | ||
name: string | ||
journal_user_id?: string | ||
related_customers: string | ||
@@ -48,5 +46,3 @@ identity: string | ||
export interface ITherapistOrSuperUserJwtClaims<R extends string,F extends string = any> extends IBaseJwtClaims<R> { | ||
name: string | ||
region: string | ||
journal_user_id?: string | ||
brukerBrukerNavn?: string | ||
@@ -67,4 +63,2 @@ services: IService | ||
region: string | ||
name: string | ||
customer_id: string | ||
} | ||
@@ -71,0 +65,0 @@ /** |
Sorry, the diff of this file is not supported yet
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
88706
1894