@trackunit/iris-app-api 2.6.5 → 2.6.7

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,18 @@
1
+ ## 2.6.7 (2026-09-21)
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.6.6 (2026-09-21)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **administration:** make Administration > Organization the organization readiness report ([#25689](https://github.com/Trackunit/manager/pull/25689), [#1779](https://github.com/Trackunit/manager/issues/1779), [#1791](https://github.com/Trackunit/manager/issues/1791), [#1786](https://github.com/Trackunit/manager/issues/1786), [#1788](https://github.com/Trackunit/manager/issues/1788))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Claude Fable 5.1
14
+ - Roland Wolf @rwo-trackunit
15
+
1
16
  ## 2.6.5 (2026-09-17)
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-api",
3
- "version": "2.6.5",
3
+ "version": "2.6.7",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -61,6 +61,7 @@ export declare const accountScope: {
61
61
  readonly PARTNER_MANAGE: "partner.manage";
62
62
  readonly CONNECTION_VIEW: "connection.view";
63
63
  readonly CONNECTION_MANAGE: "connection.manage";
64
+ readonly ORGANIZATION_VIEW: "organization.view";
64
65
  };
65
66
  export type AccountScope = (typeof accountScope)[keyof typeof accountScope];
66
67
  export declare const assetScope: {
@@ -137,4 +138,5 @@ export declare const allScopes: {
137
138
  PARTNER_MANAGE: "partner.manage";
138
139
  CONNECTION_VIEW: "connection.view";
139
140
  CONNECTION_MANAGE: "connection.manage";
141
+ ORGANIZATION_VIEW: "organization.view";
140
142
  };
@@ -83,6 +83,7 @@ exports.accountScope = {
83
83
  PARTNER_MANAGE: "partner.manage",
84
84
  CONNECTION_VIEW: "connection.view",
85
85
  CONNECTION_MANAGE: "connection.manage",
86
+ ORGANIZATION_VIEW: "organization.view",
86
87
  };
87
88
  exports.assetScope = {
88
89
  ASSET_VIEW: "asset.view",