@trackunit/iris-app-api
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -5,2 +5,4 @@ # Changelog | ||
## [1.0.5](https://github.com/Trackunit/manager/compare/iris-app-api/1.0.4...iris-app-api/1.0.5) (2025-01-29) | ||
## [1.0.4](https://github.com/Trackunit/manager/compare/iris-app-api/1.0.3...iris-app-api/1.0.4) (2025-01-27) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@trackunit/iris-app-api", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -10,5 +10,5 @@ "repository": "https://github.com/Trackunit/manager", | ||
"dependencies": {}, | ||
"types": "./src/index.d.ts", | ||
"main": "./src/index.js", | ||
"type": "commonjs", | ||
"types": "./src/index.d.ts" | ||
"type": "commonjs" | ||
} |
@@ -33,2 +33,3 @@ export declare const accountScope: { | ||
readonly ACCOUNT_BRANDING_MANAGE: "account.branding.manage"; | ||
readonly ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view"; | ||
}; | ||
@@ -83,3 +84,4 @@ export type AccountScope = (typeof accountScope)[keyof typeof accountScope]; | ||
ACCOUNT_BRANDING_MANAGE: "account.branding.manage"; | ||
ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view"; | ||
}; | ||
export type Scope = AccountScope | AssetScope | SiteScope | FunctionalityScope; |
@@ -36,2 +36,3 @@ "use strict"; | ||
ACCOUNT_BRANDING_MANAGE: "account.branding.manage", | ||
ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view", | ||
}; | ||
@@ -38,0 +39,0 @@ exports.assetScope = { |
Sorry, the diff of this file is not supported yet
223943
2588