@trackunit/iris-app-api 1.15.18 → 1.15.20

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,11 @@
1
+ ## 1.15.20 (2026-04-06)
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
+ ## 1.15.19 (2026-04-01)
6
+
7
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
8
+
1
9
  ## 1.15.18 (2026-04-01)
2
10
 
3
11
  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.18",
3
+ "version": "1.15.20",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -33,6 +33,7 @@ export declare const accountScope: {
33
33
  readonly ACCOUNT_BRANDING_MANAGE: "account.branding.manage";
34
34
  readonly ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view";
35
35
  readonly ACCOUNT_SUPPORT_ACCESS: "account.support-access";
36
+ readonly ACCOUNT_SITE_EMISSIONS_ASSET_HISTORY_VIEW: "account.site-emissions.asset-history.view";
36
37
  };
37
38
  export type AccountScope = (typeof accountScope)[keyof typeof accountScope];
38
39
  export declare const assetScope: {
@@ -81,4 +82,5 @@ export declare const allScopes: {
81
82
  ACCOUNT_BRANDING_MANAGE: "account.branding.manage";
82
83
  ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view";
83
84
  ACCOUNT_SUPPORT_ACCESS: "account.support-access";
85
+ ACCOUNT_SITE_EMISSIONS_ASSET_HISTORY_VIEW: "account.site-emissions.asset-history.view";
84
86
  };
@@ -50,6 +50,7 @@ exports.accountScope = {
50
50
  ACCOUNT_BRANDING_MANAGE: "account.branding.manage",
51
51
  ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view",
52
52
  ACCOUNT_SUPPORT_ACCESS: "account.support-access",
53
+ ACCOUNT_SITE_EMISSIONS_ASSET_HISTORY_VIEW: "account.site-emissions.asset-history.view",
53
54
  };
54
55
  exports.assetScope = {
55
56
  ASSET_VIEW: "asset.view",