@trackunit/iris-app-api
Advanced tools
Comparing version 0.2.16 to 0.2.17
@@ -5,2 +5,4 @@ # Changelog | ||
## [0.2.17](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.16...iris-app-api/0.2.17) (2024-12-02) | ||
## [0.2.16](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.15...iris-app-api/0.2.16) (2024-11-28) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@trackunit/iris-app-api", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager", |
@@ -12,4 +12,5 @@ export * from "./defaultValidHosts"; | ||
export * from "./modulefederation"; | ||
export * from "./permissionsPolicy"; | ||
export * from "./scopes"; | ||
export * from "./serversideInterfaces"; | ||
export * from "./subscriptionPackages"; |
@@ -15,2 +15,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./modulefederation"), exports); | ||
tslib_1.__exportStar(require("./permissionsPolicy"), exports); | ||
tslib_1.__exportStar(require("./scopes"), exports); | ||
@@ -17,0 +18,0 @@ tslib_1.__exportStar(require("./serversideInterfaces"), exports); |
@@ -9,2 +9,3 @@ import { CSPDirectives } from "./cspDirectives"; | ||
import { Marketplace, Marketplace_1_0 } from "./irisAppMarketplace"; | ||
import { PermissionsPolicy } from "./permissionsPolicy"; | ||
import { Scope } from "./scopes"; | ||
@@ -61,2 +62,8 @@ export interface IrisAppManifest extends Omit<IrisAppManifest_1_0, "specVersion" | "activationMode" | "marketplace" | "validForAccountIds" | "consentConfig"> { | ||
cspHeader?: Partial<CSPDirectives>; | ||
/** | ||
* Configuration of the Permissions policy of the app | ||
* | ||
* More information about Permissions policies can be found [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy). | ||
*/ | ||
permissionsPolicy?: PermissionsPolicy; | ||
} | ||
@@ -63,0 +70,0 @@ export type RequiredOrOptionalScope = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
221264
90
2569