@trackunit/iris-app-api
Advanced tools
Comparing version 0.0.175 to 0.0.176
@@ -5,2 +5,4 @@ # Changelog | ||
## [0.0.176](https://github.com/Trackunit/manager/compare/iris-app-api/0.0.175...iris-app-api/0.0.176) (2024-08-09) | ||
## [0.0.175](https://github.com/Trackunit/manager/compare/iris-app-api/0.0.174...iris-app-api/0.0.175) (2024-08-06) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@trackunit/iris-app-api", | ||
"version": "0.0.175", | ||
"version": "0.0.176", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager", |
@@ -30,2 +30,3 @@ export declare const accountScope: { | ||
readonly ACCOUNT_VIEW: "account.view"; | ||
readonly ACCOUNT_IRIS_APP_STORE_SECRET: "account.iris.app.store-secret"; | ||
}; | ||
@@ -32,0 +33,0 @@ export type AccountScope = (typeof accountScope)[keyof typeof accountScope]; |
@@ -33,2 +33,3 @@ "use strict"; | ||
ACCOUNT_VIEW: "account.view", | ||
ACCOUNT_IRIS_APP_STORE_SECRET: "account.iris.app.store-secret" | ||
}; | ||
@@ -35,0 +36,0 @@ exports.assetScope = { |
Sorry, the diff of this file is not supported yet
153723
1599