sdk: fix deprecation on getCloudEndpoint

This commit is contained in:
Koushik Dutta
2024-10-21 10:39:40 -07:00
parent 51732d0dcd
commit d996088041
5 changed files with 6 additions and 7 deletions

4
sdk/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/sdk",
"version": "0.3.67",
"version": "0.3.68",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/sdk",
"version": "0.3.67",
"version": "0.3.68",
"license": "ISC",
"dependencies": {
"@babel/preset-typescript": "^7.24.7",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/sdk",
"version": "0.3.67",
"version": "0.3.68",
"description": "",
"main": "dist/src/index.js",
"exports": {

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/types",
"version": "0.3.62",
"version": "0.3.63",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/types",
"version": "0.3.62",
"version": "0.3.63",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/types",
"version": "0.3.62",
"version": "0.3.63",
"description": "",
"main": "dist/index.js",
"author": "",

View File

@@ -1991,7 +1991,6 @@ export interface EndpointManager {
/**
* Get an URL that can be externally accessed by anyone with the link. Plugin implementation is responsible for authentication.
* @deprecated
*/
getCloudEndpoint(nativeId?: ScryptedNativeId, options?: {
/**