@trackunit/iris-app-api
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,2 +5,4 @@ # Changelog | ||
## [1.0.3](https://github.com/Trackunit/manager/compare/iris-app-api/1.0.2...iris-app-api/1.0.3) (2025-01-27) | ||
## [1.0.2](https://github.com/Trackunit/manager/compare/iris-app-api/1.0.1...iris-app-api/1.0.2) (2025-01-24) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@trackunit/iris-app-api", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager", |
@@ -49,2 +49,6 @@ import { SubscriptionPackage } from "./subscriptionPackages"; | ||
/** | ||
* List of account IDs that can't install this Iris App. Available if accountIds is set to `"ALL_ACCOUNTS"`. | ||
*/ | ||
excludeAccountIds?: string[]; | ||
/** | ||
* Installation policy for the app per pricing plan. | ||
@@ -51,0 +55,0 @@ * |
Sorry, the diff of this file is not supported yet
222486
2576