@trackunit/iris-app-api
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -5,2 +5,4 @@ # Changelog | ||
## [0.2.2](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.1...iris-app-api/0.2.2) (2024-09-09) | ||
## [0.2.1](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.0...iris-app-api/0.2.1) (2024-09-05) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@trackunit/iris-app-api", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager", |
@@ -0,1 +1,2 @@ | ||
import { IconByName, IconImage } from "../iconImage"; | ||
import { AbstractExtensionManifest, RegExpType, TranslationKey, Translations } from "../irisAppExtensionManifest"; | ||
@@ -25,3 +26,4 @@ import { AccountScope } from "../scopes"; | ||
icon: string; | ||
image?: IconByName | IconImage; | ||
}; | ||
} |
export * from "./defaultValidHosts"; | ||
export * from "./extensions"; | ||
export * from "./iconImage"; | ||
export * from "./icons.generated"; | ||
export * from "./irisAppCspInput"; | ||
@@ -4,0 +6,0 @@ export * from "./irisAppCustomFields"; |
@@ -6,2 +6,4 @@ "use strict"; | ||
tslib_1.__exportStar(require("./extensions"), exports); | ||
tslib_1.__exportStar(require("./iconImage"), exports); | ||
tslib_1.__exportStar(require("./icons.generated"), exports); | ||
tslib_1.__exportStar(require("./irisAppCspInput"), exports); | ||
@@ -8,0 +10,0 @@ tslib_1.__exportStar(require("./irisAppCustomFields"), exports); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
203012
87
2349