@trackunit/iris-app-api 1.15.17 → 1.15.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.15.18 (2026-04-01)
2
+
3
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
4
+
1
5
  ## 1.15.17 (2026-03-30)
2
6
 
3
7
  This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-api",
3
- "version": "1.15.17",
3
+ "version": "1.15.18",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -29,6 +29,7 @@ export declare const accountScope: {
29
29
  readonly ACCOUNT_USER_MANAGE: "account.user.manage";
30
30
  readonly ACCOUNT_VIEW: "account.view";
31
31
  readonly ACCOUNT_IRIS_APP_STORE_SECRET: "account.iris.app.store-secret";
32
+ readonly ACCOUNT_IRISX_MANAGE: "account.irisx.manage";
32
33
  readonly ACCOUNT_BRANDING_MANAGE: "account.branding.manage";
33
34
  readonly ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view";
34
35
  readonly ACCOUNT_SUPPORT_ACCESS: "account.support-access";
@@ -76,6 +77,7 @@ export declare const allScopes: {
76
77
  ACCOUNT_USER_MANAGE: "account.user.manage";
77
78
  ACCOUNT_VIEW: "account.view";
78
79
  ACCOUNT_IRIS_APP_STORE_SECRET: "account.iris.app.store-secret";
80
+ ACCOUNT_IRISX_MANAGE: "account.irisx.manage";
79
81
  ACCOUNT_BRANDING_MANAGE: "account.branding.manage";
80
82
  ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view";
81
83
  ACCOUNT_SUPPORT_ACCESS: "account.support-access";
@@ -46,6 +46,7 @@ exports.accountScope = {
46
46
  ACCOUNT_USER_MANAGE: "account.user.manage",
47
47
  ACCOUNT_VIEW: "account.view",
48
48
  ACCOUNT_IRIS_APP_STORE_SECRET: "account.iris.app.store-secret",
49
+ ACCOUNT_IRISX_MANAGE: "account.irisx.manage",
49
50
  ACCOUNT_BRANDING_MANAGE: "account.branding.manage",
50
51
  ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view",
51
52
  ACCOUNT_SUPPORT_ACCESS: "account.support-access",