@smartbit4all/ng-client 4.5.38 → 4.5.39
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/esm2022/lib/session/smart-backend-bootstrap.config.mjs +1 -1
- package/esm2022/lib/session/smart-backend-bootstrap.service.mjs +4 -4
- package/fesm2022/smartbit4all-ng-client.mjs +3 -3
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/session/smart-backend-bootstrap.config.d.ts +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.5.39.tgz +0 -0
- package/smartbit4all-ng-client-4.5.38.tgz +0 -0
|
@@ -34,7 +34,7 @@ export interface SmartBackendBootstrapConfig {
|
|
|
34
34
|
/** Optional override for the default `handleSessionError` flow. */
|
|
35
35
|
onSessionError?: (err: SessionError) => Promise<void> | void;
|
|
36
36
|
/** Optional override for the default `openSmartLink` handler. */
|
|
37
|
-
onSmartLink?: (channel: string) => Promise<void> | void;
|
|
37
|
+
onSmartLink?: (channel: string, uuid: string) => Promise<void> | void;
|
|
38
38
|
/** Hook for host UX when `start()` rejects (snackbar + retry). */
|
|
39
39
|
onStartError?: (err: unknown) => Promise<void> | void;
|
|
40
40
|
/**
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|