@trackunit/iris-app-api 2.4.14-alpha-3e7014314a8.0 → 2.4.17

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,67 @@
1
+ ## 2.4.17 (2026-08-27)
2
+
3
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
4
+
5
+ ## 2.4.16 (2026-08-27)
6
+
7
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
8
+
9
+ ## 2.4.15 (2026-08-27)
10
+
11
+ ### 🚀 Features
12
+
13
+ - **iris-app-sdk:** resolve account and group scopes from account actions ([39fff8fb248](https://github.com/Trackunit/manager/commit/39fff8fb248))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Claude Opus 5 (1M context)
18
+ - Kenneth Sejrsgaard-Jacobsen
19
+
20
+ ## 2.4.14 (2026-08-27)
21
+
22
+ ### 🚀 Features
23
+
24
+ - **app-manifest:** enhance scopes across multiple apps ([bf7199b36b3](https://github.com/Trackunit/manager/commit/bf7199b36b3))
25
+
26
+ ### 🩹 Fixes
27
+
28
+ - **iris-apps:** declare the authorization scopes five apps actually need ([#25076](https://github.com/Trackunit/manager/issues/25076))
29
+
30
+ ### ❤️ Thank You
31
+
32
+ - Cursor @cursoragent
33
+ - Mikkel Thorbjørn Andersen
34
+
35
+ ## 2.4.13 (2026-08-27)
36
+
37
+ ### 🚀 Features
38
+
39
+ - **host:** resolve account.user.view from the viewUsers account action ([68660fa3246](https://github.com/Trackunit/manager/commit/68660fa3246))
40
+
41
+ ### ❤️ Thank You
42
+
43
+ - Claude Opus 5 (1M context)
44
+ - Kenneth Sejrsgaard-Jacobsen
45
+
46
+ ## 2.4.12 (2026-08-25)
47
+
48
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
49
+
50
+ ## 2.4.11 (2026-08-25)
51
+
52
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
53
+
54
+ ## 2.4.10 (2026-08-21)
55
+
56
+ ### 🚀 Features
57
+
58
+ - **sso:** authorize identity provider fields with sso.view ([f775faffe6b](https://github.com/Trackunit/manager/commit/f775faffe6b))
59
+
60
+ ### ❤️ Thank You
61
+
62
+ - Claude Opus 5 (1M context)
63
+ - Kenneth Sejrsgaard-Jacobsen
64
+
1
65
  ## 2.4.9 (2026-08-20)
2
66
 
3
67
  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": "2.4.14-alpha-3e7014314a8.0",
3
+ "version": "2.4.17",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -13,6 +13,7 @@ export declare const accountScope: {
13
13
  readonly ACCOUNT_EVENT_MANAGE: "account.event.manage";
14
14
  readonly ACCOUNT_EVENT_REPORT_ISSUE: "account.event.report-issue";
15
15
  readonly ACCOUNT_GROUP_MANAGE: "account.group.manage";
16
+ readonly ACCOUNT_GROUP_VIEW: "account.group.view";
16
17
  readonly ACCOUNT_MANAGE: "account.manage";
17
18
  readonly ACCOUNT_MARKETPLACE_APP_INSTALL: "account.marketplace.app.install";
18
19
  readonly ACCOUNT_RENTAL_VIEW: "account.rental.view";
@@ -29,6 +30,7 @@ export declare const accountScope: {
29
30
  readonly ACCOUNT_CUSTOMER_MANAGE: "account.customer.manage";
30
31
  readonly ACCOUNT_SUPPORT_ACCESS_APPROVAL_FLOW: "account.support-access.approval-flow";
31
32
  readonly ACCOUNT_USER_MANAGE: "account.user.manage";
33
+ readonly ACCOUNT_USER_VIEW: "account.user.view";
32
34
  readonly ACCOUNT_VIEW: "account.view";
33
35
  readonly ACCOUNT_IRIS_APP_STORE_SECRET: "account.iris.app.store-secret";
34
36
  readonly ACCOUNT_IRISX_MANAGE: "account.irisx.manage";
@@ -81,6 +83,7 @@ export declare const allScopes: {
81
83
  ACCOUNT_EVENT_MANAGE: "account.event.manage";
82
84
  ACCOUNT_EVENT_REPORT_ISSUE: "account.event.report-issue";
83
85
  ACCOUNT_GROUP_MANAGE: "account.group.manage";
86
+ ACCOUNT_GROUP_VIEW: "account.group.view";
84
87
  ACCOUNT_MANAGE: "account.manage";
85
88
  ACCOUNT_MARKETPLACE_APP_INSTALL: "account.marketplace.app.install";
86
89
  ACCOUNT_RENTAL_VIEW: "account.rental.view";
@@ -97,6 +100,7 @@ export declare const allScopes: {
97
100
  ACCOUNT_CUSTOMER_MANAGE: "account.customer.manage";
98
101
  ACCOUNT_SUPPORT_ACCESS_APPROVAL_FLOW: "account.support-access.approval-flow";
99
102
  ACCOUNT_USER_MANAGE: "account.user.manage";
103
+ ACCOUNT_USER_VIEW: "account.user.view";
100
104
  ACCOUNT_VIEW: "account.view";
101
105
  ACCOUNT_IRIS_APP_STORE_SECRET: "account.iris.app.store-secret";
102
106
  ACCOUNT_IRISX_MANAGE: "account.irisx.manage";
@@ -7,8 +7,9 @@
7
7
  * - ASSET + view -> asset.view
8
8
  *
9
9
  * When adding a new public scope here, keep the public definitions aligned with TAS,
10
- * the Okta scope definitions in `trackunit-terraform/app/okta/`, and
11
- * `developers-trackunit-com/docs/guides/apps-and-extensions/overview/public-apis/app-tokens.md`.
10
+ * the Okta scope definitions in `trackunit-terraform/app/okta/`, and the published scope
11
+ * table in
12
+ * `developers-trackunit-com/docs/apps-and-extensions/overview/iris-app-sdk-reference/app-manifest.md`.
12
13
  *
13
14
  * For more information see:
14
15
  * https://trackunit.atlassian.net/wiki/spaces/EN/pages/4364599297/Adding+Permissions+to+TAS
@@ -30,6 +31,7 @@ exports.accountScope = {
30
31
  ACCOUNT_EVENT_MANAGE: "account.event.manage",
31
32
  ACCOUNT_EVENT_REPORT_ISSUE: "account.event.report-issue",
32
33
  ACCOUNT_GROUP_MANAGE: "account.group.manage",
34
+ ACCOUNT_GROUP_VIEW: "account.group.view",
33
35
  ACCOUNT_MANAGE: "account.manage",
34
36
  ACCOUNT_MARKETPLACE_APP_INSTALL: "account.marketplace.app.install",
35
37
  ACCOUNT_RENTAL_VIEW: "account.rental.view",
@@ -46,6 +48,7 @@ exports.accountScope = {
46
48
  ACCOUNT_CUSTOMER_MANAGE: "account.customer.manage",
47
49
  ACCOUNT_SUPPORT_ACCESS_APPROVAL_FLOW: "account.support-access.approval-flow",
48
50
  ACCOUNT_USER_MANAGE: "account.user.manage",
51
+ ACCOUNT_USER_VIEW: "account.user.view",
49
52
  ACCOUNT_VIEW: "account.view",
50
53
  ACCOUNT_IRIS_APP_STORE_SECRET: "account.iris.app.store-secret",
51
54
  ACCOUNT_IRISX_MANAGE: "account.irisx.manage",