@trackunit/iris-app-api
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.0.38](https://github.com/Trackunit/manager/compare/iris-app-api/0.0.37...iris-app-api/0.0.38) (2022-06-28) | ||
### [0.0.37](https://github.com/Trackunit/manager/compare/iris-app-api/0.0.36...iris-app-api/0.0.37) (2022-06-27) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@trackunit/iris-app-api", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager", |
@@ -62,3 +62,3 @@ export interface IrisAppManifest { | ||
export declare type CustomFieldDefinitionType = "STRING" | "NUMBER" | "DATE" | "BOOLEAN" | "DROPDOWN" | "EMAIL" | "PHONE_NUMBER" | "WEB_ADDRESS"; | ||
export declare type EntityType = "ASSET"; | ||
export declare type EntityType = "ASSET" | "ACCOUNT"; | ||
export interface AbstractCustomFieldDefinition { | ||
@@ -65,0 +65,0 @@ /** |
Sorry, the diff of this file is not supported yet
27199