@enplug/sdk-dashboard
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -0,0 +0,0 @@ import { EnplugDashboardSDK } from './src'; |
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.ts", |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { InboundMessage, OutboundMessage, PendingCallInfo } from '../internal-types'; |
@@ -0,0 +0,0 @@ import { BridgeBase } from './bridge-base'; |
@@ -0,0 +0,0 @@ import { |
@@ -207,2 +207,5 @@ /** These are meant to avaialable to client apps */ | ||
uploadSourceAppId?: string; | ||
forceCrop?: boolean; // forceCrop should be used together with isMultipleSelection = false | ||
cropForceAspectRatio?: number; | ||
cropMaximumImageWidth?: number; | ||
} | ||
@@ -209,0 +212,0 @@ |
@@ -0,0 +0,0 @@ import { Account } from './account'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { BridgeBase } from './bridge/bridge-base'; |
@@ -0,0 +0,0 @@ const TAG = '[Dashboard SDK]'; |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
197586
3007