@trackunit/iris-app-api 2.6.4 → 2.6.6

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.6 (2026-09-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **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))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Claude Fable 5.1
10
+ - Roland Wolf @rwo-trackunit
11
+
12
+ ## 2.6.5 (2026-09-17)
13
+
14
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
15
+
1
16
  ## 2.6.4 (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.4",
3
+ "version": "2.6.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -48,6 +48,7 @@ export declare const iconNames: {
48
48
  readonly Bluetooth: "Bluetooth";
49
49
  readonly BatteryBig: "BatteryBig";
50
50
  readonly Asset: "Asset";
51
+ readonly AiStar: "AiStar";
51
52
  readonly Spot: "Spot";
52
53
  readonly XMark: "XMark";
53
54
  readonly XCircle: "XCircle";
@@ -51,6 +51,7 @@ exports.iconNames = {
51
51
  Bluetooth: "Bluetooth",
52
52
  BatteryBig: "BatteryBig",
53
53
  Asset: "Asset",
54
+ AiStar: "AiStar",
54
55
  Spot: "Spot",
55
56
  XMark: "XMark",
56
57
  XCircle: "XCircle",
@@ -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",