@trackunit/iris-app-api 2.4.11-alpha-aedae0c85f6.0 → 2.4.11
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 +15 -0
- package/package.json +1 -1
- package/src/types/scopes.js +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 2.4.11 (2026-08-25)
|
|
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.10 (2026-08-21)
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
- **sso:** authorize identity provider fields with sso.view ([f775faffe6b](https://github.com/Trackunit/manager/commit/f775faffe6b))
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Claude Opus 5 (1M context)
|
|
14
|
+
- Kenneth Sejrsgaard-Jacobsen
|
|
15
|
+
|
|
1
16
|
## 2.4.9 (2026-08-20)
|
|
2
17
|
|
|
3
18
|
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
package/src/types/scopes.js
CHANGED
|
@@ -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
|
-
*
|
|
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
|