@redhat-cloud-services/frontend-components-utilities 7.0.37 → 7.0.38

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.
@@ -1,4 +1,4 @@
1
- import type { SelfAccessCheckResourceWithRelation, SelfAccessCheckParams as SingleSelfAccessCheckParams, BulkSelfAccessCheckNestedRelationsParams } from '@project-kessel/react-kessel-access-check';
1
+ import type { SelfAccessCheckResourceWithRelation, SelfAccessCheckParams as SingleSelfAccessCheckParams, BulkSelfAccessCheckNestedRelationsParams } from '@project-kessel/react-kessel-access-check/types';
2
2
  export type PermissionMap = Record<string, string>;
3
3
  export interface KesselResourceOptions {
4
4
  resourceType?: string;
@@ -1,4 +1,4 @@
1
- import type { SelfAccessCheckResourceWithRelation, SelfAccessCheckParams as SingleSelfAccessCheckParams, BulkSelfAccessCheckNestedRelationsParams } from '@project-kessel/react-kessel-access-check';
1
+ import type { SelfAccessCheckResourceWithRelation, SelfAccessCheckParams as SingleSelfAccessCheckParams, BulkSelfAccessCheckNestedRelationsParams } from '@project-kessel/react-kessel-access-check/types';
2
2
  export type PermissionMap = Record<string, string>;
3
3
  export interface KesselResourceOptions {
4
4
  resourceType?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/frontend-components-utilities",
3
- "version": "7.0.37",
3
+ "version": "7.0.38",
4
4
  "description": "Util functions for RedHat Cloud Services project.",
5
5
  "main": "index.js",
6
6
  "module": "esm/index.js",
@@ -25,7 +25,7 @@
25
25
  "react-dom": "^18.2.0",
26
26
  "react-redux": "^7.0.0 || ^8.0.0 || ^9.0.0",
27
27
  "react-router-dom": "^5.0.0 || ^6.0.0",
28
- "@project-kessel/react-kessel-access-check": "^0.3.1"
28
+ "@project-kessel/react-kessel-access-check": "^0.4.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "@redhat-cloud-services/rbac-client": "^4.2.3",
@@ -39,7 +39,7 @@
39
39
  "react-content-loader": "^6.2.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@project-kessel/react-kessel-access-check": "^0.3.1",
42
+ "@project-kessel/react-kessel-access-check": "^0.4.0",
43
43
  "@types/react": "^18.0.0",
44
44
  "glob": "10.5.0",
45
45
  "react-intl": "^6.6.8",