@enplug/sdk-dashboard
Advanced tools
Comparing version 5.1.12 to 5.1.14
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.1.12", | ||
"version": "5.1.14", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.ts", |
@@ -380,14 +380,2 @@ import { | ||
/** | ||
* Uses connect data interface to edit connection, returns connection configuration object | ||
* @param {ApiDataConnectorOptions} options Api Data Connector configuration options | ||
*/ | ||
editDataConnection(configuration: DataConnectionConfig): Promise<DataConnectionConfig> { | ||
return this.bridge.sendMessage({ | ||
namespace: MessageNamespaces.Dashboard, | ||
name: MessageNames.EditDataConnection, | ||
params: configuration, | ||
}); | ||
} | ||
/** | ||
* Creates new assets and begins encoding process | ||
@@ -394,0 +382,0 @@ */ |
@@ -279,2 +279,3 @@ /** These are meant to avaialable to client apps */ | ||
cropMaximumImageWidth?: number; | ||
hideZoningCropOptions?: boolean; | ||
} | ||
@@ -281,0 +282,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
199118
3182