Skip to content

Commit

Permalink
sdk: add cloudHref to launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jul 16, 2024
1 parent 2e5e5b7 commit 1effc45
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 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.44",
"version": "0.3.45",
"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.42",
"version": "0.3.43",
"description": "",
"main": "dist/index.js",
"author": "",
Expand Down
1 change: 1 addition & 0 deletions sdk/types/scrypted_python/scrypted_sdk/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ class HumiditySettingStatus(TypedDict):

class LauncherApplicationInfo(TypedDict):

cloudHref: str
description: str
href: str
icon: str # Supports: mdi-icon, fa-icon, urls.
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 @@ -2049,6 +2049,7 @@ export interface LauncherApplicationInfo {
icon?: string;
description?: string;
href?: string;
cloudHref?: string;
}

export interface LauncherApplication {
Expand Down

0 comments on commit 1effc45

Please sign in to comment.