diff --git a/sdk/package-lock.json b/sdk/package-lock.json index 0f6f509ad5..4a35e6bdb0 100644 --- a/sdk/package-lock.json +++ b/sdk/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/sdk", - "version": "0.3.108", + "version": "0.3.109", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@scrypted/sdk", - "version": "0.3.108", + "version": "0.3.109", "license": "ISC", "dependencies": { "@babel/preset-typescript": "^7.26.0", diff --git a/sdk/package.json b/sdk/package.json index a262a19ffa..d984e80ea3 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/sdk", - "version": "0.3.108", + "version": "0.3.109", "description": "", "main": "dist/src/index.js", "exports": { diff --git a/sdk/types/package-lock.json b/sdk/types/package-lock.json index 2b17a20950..3d2ae1652b 100644 --- a/sdk/types/package-lock.json +++ b/sdk/types/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/types", - "version": "0.3.100", + "version": "0.3.101", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/types", - "version": "0.3.100", + "version": "0.3.101", "license": "ISC" } } diff --git a/sdk/types/package.json b/sdk/types/package.json index b58a161c56..49508d48a4 100644 --- a/sdk/types/package.json +++ b/sdk/types/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/types", - "version": "0.3.100", + "version": "0.3.101", "description": "", "main": "dist/index.js", "author": "", diff --git a/sdk/types/scrypted_python/scrypted_sdk/types.py b/sdk/types/scrypted_python/scrypted_sdk/types.py index f941604639..2dfa0e4322 100644 --- a/sdk/types/scrypted_python/scrypted_sdk/types.py +++ b/sdk/types/scrypted_python/scrypted_sdk/types.py @@ -669,6 +669,7 @@ class NotifierOptions(TypedDict): badge: str body: str bodyWithSubtitle: str + critical: bool data: Any dir: NotificationDirection image: str @@ -953,7 +954,7 @@ class TamperState(TypedDict): pass -TYPES_VERSION = "0.3.100" +TYPES_VERSION = "0.3.101" class AirPurifier: diff --git a/sdk/types/src/types.input.ts b/sdk/types/src/types.input.ts index 530c6ad989..e85ab0ad91 100644 --- a/sdk/types/src/types.input.ts +++ b/sdk/types/src/types.input.ts @@ -242,6 +242,7 @@ export interface NotifierOptions { renotify?: boolean; requireInteraction?: boolean; silent?: boolean; + critical?: boolean; /** * Collapse key/id. */