@trackunit/iris-app-runtime-core-api 1.17.30 → 1.17.31

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.30",
3
+ "version": "1.17.31",
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.24",
12
- "@trackunit/geo-json-utils": "1.15.23"
11
+ "@trackunit/shared-utils": "1.16.25",
12
+ "@trackunit/geo-json-utils": "1.15.24"
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";
22
+ export type AccountActionName = "viewUsers" | "manageUsers" | "viewAccount" | "manageAccount" | "viewGroups" | "manageGroups" | "approveAccountSupportAccess" | "requestUserSupportAccess" | "requestAccountSupportAccess" | "requestAccountSupportAccessWithoutApproval" | "requestAccountSupportAccessExtendedPeriod" | "createIdentityProviders" | "updateIdentityProviderAllowedDomains";
23
23
  export interface CurrentUserState {
24
24
  clientSideUserId: string | undefined;
25
25
  tasUserId: string | undefined;