@trackunit/iris-app-runtime-core-api 1.17.31 → 1.17.33
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-runtime-core-api",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.33",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
11
|
-
"@trackunit/shared-utils": "1.16.
|
|
12
|
-
"@trackunit/geo-json-utils": "1.15.
|
|
11
|
+
"@trackunit/shared-utils": "1.16.26",
|
|
12
|
+
"@trackunit/geo-json-utils": "1.15.25"
|
|
13
13
|
},
|
|
14
14
|
"migrations": "./migrations.json",
|
|
15
15
|
"module": "./index.esm.js",
|
|
@@ -19,7 +19,7 @@ export interface CurrentUserRole {
|
|
|
19
19
|
* renewal, so add one only once a gate is queued to read it — and drop it again if that
|
|
20
20
|
* gate does not follow.
|
|
21
21
|
*/
|
|
22
|
-
export type AccountActionName = "viewUsers" | "manageUsers" | "viewAccount" | "manageAccount" | "viewGroups" | "manageGroups" | "approveAccountSupportAccess" | "requestUserSupportAccess" | "requestAccountSupportAccess" | "requestAccountSupportAccessWithoutApproval" | "requestAccountSupportAccessExtendedPeriod" | "createIdentityProviders" | "updateIdentityProviderAllowedDomains";
|
|
22
|
+
export type AccountActionName = "viewUsers" | "manageUsers" | "viewAccount" | "manageAccount" | "viewGroups" | "manageGroups" | "approveAccountSupportAccess" | "requestUserSupportAccess" | "requestAccountSupportAccess" | "requestAccountSupportAccessWithoutApproval" | "requestAccountSupportAccessExtendedPeriod" | "createIdentityProviders" | "updateIdentityProviderAllowedDomains" | "viewLicenseOverview" | "viewPartners" | "managePartners" | "viewConnections" | "manageConnections";
|
|
23
23
|
export interface CurrentUserState {
|
|
24
24
|
clientSideUserId: string | undefined;
|
|
25
25
|
tasUserId: string | undefined;
|