Skip to content

Commit

Permalink
sdk: critical alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Feb 1, 2025
1 parent 1300073 commit fa8a756
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/sdk",
"version": "0.3.108",
"version": "0.3.109",
"description": "",
"main": "dist/src/index.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions sdk/types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/types",
"version": "0.3.100",
"version": "0.3.101",
"description": "",
"main": "dist/index.js",
"author": "",
Expand Down
3 changes: 2 additions & 1 deletion sdk/types/scrypted_python/scrypted_sdk/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ class NotifierOptions(TypedDict):
badge: str
body: str
bodyWithSubtitle: str
critical: bool
data: Any
dir: NotificationDirection
image: str
Expand Down Expand Up @@ -953,7 +954,7 @@ class TamperState(TypedDict):
pass


TYPES_VERSION = "0.3.100"
TYPES_VERSION = "0.3.101"


class AirPurifier:
Expand Down
1 change: 1 addition & 0 deletions sdk/types/src/types.input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ export interface NotifierOptions {
renotify?: boolean;
requireInteraction?: boolean;
silent?: boolean;
critical?: boolean;
/**
* Collapse key/id.
*/
Expand Down

0 comments on commit fa8a756

Please sign in to comment.