@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.13-dev to 5.4.14-dev
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.13-dev", | ||
"version": "5.4.14-dev", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -430,3 +430,3 @@ /** These are meant to available to client apps */ | ||
} | ||
export declare type BindingDataType = 'image' | 'date' | 'text'; | ||
export declare type BindingDataType = 'image' | 'date' | 'text' | 'number'; | ||
export interface PushConnectionConfig { | ||
@@ -433,0 +433,0 @@ webURL: string; |
246886