@trackunit/iris-app-api
Advanced tools
Comparing version 0.0.56 to 0.0.57
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.0.57](https://github.com/Trackunit/manager/compare/iris-app-api/0.0.56...iris-app-api/0.0.57) (2022-11-09) | ||
### [0.0.56](https://github.com/Trackunit/manager/compare/iris-app-api/0.0.55...iris-app-api/0.0.56) (2022-11-04) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@trackunit/iris-app-api", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager", |
@@ -23,7 +23,7 @@ export interface IrisAppManifest { | ||
* - ALWAYS_VISIBLE then it will always be visible for all customers. | ||
* - CONTROLLED_VISIBILITY then it will be controlled by the team that activates the subscription package for the customer. | ||
* - CONTROLLED_INSTALLATION then it will be controlled by the team that activates the subscription package for the customer. | ||
* | ||
* - All modes will take into consideration both validForAccountIds and marketplace.allowForPackage | ||
*/ | ||
activationMode: "FORCE_ENABLE" | "DEFAULT_ENABLE" | "ALWAYS_VISIBLE" | "CONTROLLED_VISIBILITY"; | ||
activationMode: "FORCE_ENABLE" | "DEFAULT_ENABLE" | "ALWAYS_VISIBLE" | "CONTROLLED_INSTALLATION"; | ||
/** | ||
@@ -30,0 +30,0 @@ * A list of any external domains that the Tile needs to communicate with. |
Sorry, the diff of this file is not supported yet
40036