@stoker-platform/types 0.5.70 → 0.5.71

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/types/app.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/types",
3
- "version": "0.5.70",
3
+ "version": "0.5.71",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "src/main.ts",
package/src/types/app.ts CHANGED
@@ -313,6 +313,7 @@ export interface AdminConfig {
313
313
  * If the user role has access to the Dashboard, that will take precedence
314
314
  */
315
315
  homePage?: Record<StokerRole, StokerCollection> | (() => Record<StokerRole, StokerCollection>)
316
+ searchAll?: boolean | (() => boolean)
316
317
  }
317
318
 
318
319
  export interface GenerateGlobalConfigParams {