@hantera/portal-app 20260825.0.0-develop.2 → 20260825.0.0-develop.3

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/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -357,6 +357,7 @@ export declare interface BackendApiUser {
357
357
  authorize(pattern: string): boolean;
358
358
  authorizeAll(patterns?: string[]): boolean;
359
359
  value: DeepReadonly<User>;
360
+ updateSettings(settings: Record<string, unknown>): Promise<void>;
360
361
  }
361
362
 
362
363
  export declare interface BackendError {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hantera/portal-app",
3
- "version": "20260825.0.0-develop.2",
3
+ "version": "20260825.0.0-develop.3",
4
4
  "types": "./dist/index.d.ts",
5
5
  "scripts": {
6
6
  "build": "cpx ../../portal/portal-app/dist/**/*.d.ts ./dist -C"