Skip to content

Commit

Permalink
sdk/client: update
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Feb 26, 2023
1 parent 378ac82 commit 8772e25
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 deletions.
18 changes: 9 additions & 9 deletions packages/client/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/client",
"version": "1.1.38",
"version": "1.1.39",
"description": "",
"main": "dist/packages/client/src/index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@scrypted/types": "^0.2.64",
"@scrypted/types": "^0.2.65",
"axios": "^0.25.0",
"engine.io-client": "^6.2.2",
"rimraf": "^3.0.2"
Expand Down
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.2.69",
"version": "0.2.70",
"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.2.64",
"version": "0.2.65",
"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 @@ -316,6 +316,7 @@ class DeviceCreatorSettings(TypedDict):

class DeviceInformation(TypedDict):
firmware: str
ip: str
mac: str
managementUrl: str
manufacturer: str
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 @@ -1434,6 +1434,7 @@ export interface DeviceInformation {
version?: string;
firmware?: string;
serialNumber?: string;
ip?: string;
mac?: string;
metadata?: any;
managementUrl?: string;
Expand Down

0 comments on commit 8772e25

Please sign in to comment.