@taskless-app/shared 0.1.29 → 0.1.30
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/notifications.d.ts +6 -0
- package/package.json +1 -1
package/dist/notifications.d.ts
CHANGED
|
@@ -33,4 +33,10 @@ export interface UserNotification {
|
|
|
33
33
|
* end-to-end OS path without alt-tabbing first. Don't set this on
|
|
34
34
|
* real notifications — it produces duplicate OS+toast pings. */
|
|
35
35
|
forceShow?: boolean;
|
|
36
|
+
/** TAS-528: «человек говорит с ДРУГОГО устройства — здесь не звени».
|
|
37
|
+
* Ставит сервер, персонально каждому SSE-стриму (см. publishToUsers), и
|
|
38
|
+
* только разговорным видам. Строка в шторке и бейдж приходят как обычно —
|
|
39
|
+
* тихим становится сам сигнал: ни ринг-модалки, ни звука, ни OS-плашки.
|
|
40
|
+
* В persisted-строку не попадает: история одна на все устройства. */
|
|
41
|
+
quiet?: boolean;
|
|
36
42
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taskless-app/shared",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.30",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Shared types, Zod schemas and design tokens for the Taskless API contract — consumed by @taskless/api, @taskless/web and the Taskless mobile app.",
|
|
6
6
|
"license": "MIT",
|