@veltdev/types 6.0.9-beta.1 → 6.0.9
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.
|
@@ -301,6 +301,8 @@ export interface CrossOrganizationConfig {
|
|
|
301
301
|
* @see specs/org-notifications-top15-document-window/spec.md
|
|
302
302
|
*/
|
|
303
303
|
export interface UserScopedNotificationsConfig {
|
|
304
|
+
/** Whether user-scoped notifications are active. Defaults to `true` on enable; an explicit `false` disables (input/prop parity with `CrossOrganizationConfig`). */
|
|
305
|
+
enabled?: boolean;
|
|
304
306
|
/** Max user-scoped notifications fetched. Default 25; clamped to [1, 200]. */
|
|
305
307
|
limit?: number;
|
|
306
308
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types",
|
|
3
|
-
"version": "6.0.9
|
|
3
|
+
"version": "6.0.9",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|