Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asma-types

Package Overview
Dependencies
Maintainers
6
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-types - npm Package Compare versions

Comparing version 1.7.10 to 1.7.11

11

lib/interfaces/jwtClaims.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc