asma-types
Advanced tools
Comparing version 1.1.41 to 1.1.42
@@ -20,2 +20,3 @@ /** | ||
name: string; | ||
journal_user_id?: string; | ||
related_customers: string; | ||
@@ -22,0 +23,0 @@ identity: string; |
{ | ||
"name": "asma-types", | ||
"version": "1.1.41", | ||
"version": "1.1.42", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -33,2 +33,3 @@ //import type { roles_enum, feature_names_enum } from "asma-genql-directory/lib" | ||
name: string | ||
journal_user_id?: string | ||
related_customers: string | ||
@@ -35,0 +36,0 @@ identity: string |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
70887
1441