@webzaytsev/support-sdk 0.1.5 → 0.1.6
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/dist/plugins.d.mts +2 -2
- package/dist/plugins.d.ts +2 -2
- package/package.json +1 -1
package/dist/plugins.d.mts
CHANGED
|
@@ -29,8 +29,8 @@ import { g as WebProfileDto } from './types.gen-Bkafu1bx.mjs';
|
|
|
29
29
|
* HAPP_ENCRYPTION_ENABLED=true # encrypts via @kastov/cryptohapp v4
|
|
30
30
|
*
|
|
31
31
|
* With HAPP_ENCRYPTION_ENABLED=true:
|
|
32
|
-
* → {DEEPLINK_BASE_URL}?
|
|
33
|
-
* Your frontend: ?
|
|
32
|
+
* → {DEEPLINK_BASE_URL}?b64=BASE64URL
|
|
33
|
+
* Your frontend: atob(?b64=BASE64URL) → full happ://crypt4/... deep link
|
|
34
34
|
*
|
|
35
35
|
* Without (or HAPP_ENCRYPTION_ENABLED=false):
|
|
36
36
|
* → {DEEPLINK_BASE_URL}/?sub=SLUG
|
package/dist/plugins.d.ts
CHANGED
|
@@ -29,8 +29,8 @@ import { g as WebProfileDto } from './types.gen-Bkafu1bx.js';
|
|
|
29
29
|
* HAPP_ENCRYPTION_ENABLED=true # encrypts via @kastov/cryptohapp v4
|
|
30
30
|
*
|
|
31
31
|
* With HAPP_ENCRYPTION_ENABLED=true:
|
|
32
|
-
* → {DEEPLINK_BASE_URL}?
|
|
33
|
-
* Your frontend: ?
|
|
32
|
+
* → {DEEPLINK_BASE_URL}?b64=BASE64URL
|
|
33
|
+
* Your frontend: atob(?b64=BASE64URL) → full happ://crypt4/... deep link
|
|
34
34
|
*
|
|
35
35
|
* Without (or HAPP_ENCRYPTION_ENABLED=false):
|
|
36
36
|
* → {DEEPLINK_BASE_URL}/?sub=SLUG
|