@trackunit/iris-app-api 2.4.35 → 2.4.37

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
+ ## 2.4.37 (2026-09-14)
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.36 (2026-09-09)
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
  ## 2.4.35 (2026-09-09)
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": "2.4.35",
3
+ "version": "2.4.37",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -52,7 +52,6 @@ export declare const accountScope: {
52
52
  readonly ACCOUNT_TOP_LEVEL_CREATE: "account.top-level.create";
53
53
  readonly ACCOUNT_PARTNER_MANAGE: "account.partner.manage";
54
54
  readonly ACCOUNT_ORGANIZATION_MANAGE: "account.organization.manage";
55
- readonly ACCOUNT_LICENSE_VIEW: "account.license.view";
56
55
  readonly ACCOUNT_SUPPORT_ACCESS_PRE_APPROVED: "account.support-access.pre-approved";
57
56
  readonly ACCOUNT_SUPPORT_ACCESS_EXTENDED_PERIOD: "account.support-access.extended-period";
58
57
  readonly ACCOUNT_CLASSIC_MANAGER_ACCESS: "account.classic-manager.access";
@@ -128,7 +127,6 @@ export declare const allScopes: {
128
127
  ACCOUNT_TOP_LEVEL_CREATE: "account.top-level.create";
129
128
  ACCOUNT_PARTNER_MANAGE: "account.partner.manage";
130
129
  ACCOUNT_ORGANIZATION_MANAGE: "account.organization.manage";
131
- ACCOUNT_LICENSE_VIEW: "account.license.view";
132
130
  ACCOUNT_SUPPORT_ACCESS_PRE_APPROVED: "account.support-access.pre-approved";
133
131
  ACCOUNT_SUPPORT_ACCESS_EXTENDED_PERIOD: "account.support-access.extended-period";
134
132
  ACCOUNT_CLASSIC_MANAGER_ACCESS: "account.classic-manager.access";
@@ -74,7 +74,6 @@ exports.accountScope = {
74
74
  ACCOUNT_TOP_LEVEL_CREATE: "account.top-level.create",
75
75
  ACCOUNT_PARTNER_MANAGE: "account.partner.manage",
76
76
  ACCOUNT_ORGANIZATION_MANAGE: "account.organization.manage",
77
- ACCOUNT_LICENSE_VIEW: "account.license.view",
78
77
  ACCOUNT_SUPPORT_ACCESS_PRE_APPROVED: "account.support-access.pre-approved",
79
78
  ACCOUNT_SUPPORT_ACCESS_EXTENDED_PERIOD: "account.support-access.extended-period",
80
79
  ACCOUNT_CLASSIC_MANAGER_ACCESS: "account.classic-manager.access",