identity-admin-ui 1.11.41 → 1.11.42

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,3 +1,4 @@
1
1
  import { NavigateOptions } from 'react-router';
2
2
  import { URLSearchParamsInit } from 'react-router-dom';
3
- export declare function onSubmitFilter(data: any, handleFilterDrawerClose: () => void, schema: any, searchParams: URLSearchParams, setSearchParams: (nextInit?: URLSearchParamsInit | ((prev: URLSearchParams) => URLSearchParamsInit) | undefined, navigateOpts?: NavigateOptions | undefined) => void, scopeKey?: string, scopeValue?: string): string;
3
+ import { ResourceResponse } from '../../context';
4
+ export declare function onSubmitFilter(data: any, handleFilterDrawerClose: () => void, schema: any, searchParams: URLSearchParams, setSearchParams: (nextInit?: URLSearchParamsInit | ((prev: URLSearchParams) => URLSearchParamsInit) | undefined, navigateOpts?: NavigateOptions | undefined) => void, scopeKey?: string, scopeValue?: string, resources?: ResourceResponse): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin-ui",
3
- "version": "1.11.41",
3
+ "version": "1.11.42",
4
4
  "description": "Identity solutions UI package using for identity-admin dashboard",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",