@trackunit/iris-app-api 2.4.21 → 2.4.22
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 +4 -0
- package/package.json +1 -1
- package/src/types/scopes.d.ts +2 -0
- package/src/types/scopes.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 2.4.22 (2026-08-31)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
1
5
|
## 2.4.21 (2026-08-31)
|
|
2
6
|
|
|
3
7
|
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.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export declare const accountScope: {
|
|
|
15
15
|
readonly ACCOUNT_GROUP_MANAGE: "account.group.manage";
|
|
16
16
|
readonly ACCOUNT_GROUP_VIEW: "account.group.view";
|
|
17
17
|
readonly ACCOUNT_MANAGE: "account.manage";
|
|
18
|
+
readonly ACCOUNT_OPERATOR_VIEW: "account.operator.view";
|
|
18
19
|
readonly ACCOUNT_MARKETPLACE_APP_INSTALL: "account.marketplace.app.install";
|
|
19
20
|
readonly ACCOUNT_RENTAL_VIEW: "account.rental.view";
|
|
20
21
|
readonly ACCOUNT_SERVICE_MANAGEMENT_NETWORK_MANAGE: "account.service-management.network.manage";
|
|
@@ -85,6 +86,7 @@ export declare const allScopes: {
|
|
|
85
86
|
ACCOUNT_GROUP_MANAGE: "account.group.manage";
|
|
86
87
|
ACCOUNT_GROUP_VIEW: "account.group.view";
|
|
87
88
|
ACCOUNT_MANAGE: "account.manage";
|
|
89
|
+
ACCOUNT_OPERATOR_VIEW: "account.operator.view";
|
|
88
90
|
ACCOUNT_MARKETPLACE_APP_INSTALL: "account.marketplace.app.install";
|
|
89
91
|
ACCOUNT_RENTAL_VIEW: "account.rental.view";
|
|
90
92
|
ACCOUNT_SERVICE_MANAGEMENT_NETWORK_MANAGE: "account.service-management.network.manage";
|
package/src/types/scopes.js
CHANGED
|
@@ -33,6 +33,7 @@ exports.accountScope = {
|
|
|
33
33
|
ACCOUNT_GROUP_MANAGE: "account.group.manage",
|
|
34
34
|
ACCOUNT_GROUP_VIEW: "account.group.view",
|
|
35
35
|
ACCOUNT_MANAGE: "account.manage",
|
|
36
|
+
ACCOUNT_OPERATOR_VIEW: "account.operator.view",
|
|
36
37
|
ACCOUNT_MARKETPLACE_APP_INSTALL: "account.marketplace.app.install",
|
|
37
38
|
ACCOUNT_RENTAL_VIEW: "account.rental.view",
|
|
38
39
|
ACCOUNT_SERVICE_MANAGEMENT_NETWORK_MANAGE: "account.service-management.network.manage",
|