lucid-extension-sdk
Advanced tools
Comparing version 0.0.203 to 0.0.204
@@ -59,2 +59,3 @@ import { SerializedFieldTypeDefinition } from './core/data/fieldtypedefinition/fieldtypedefinition'; | ||
FindAvailableSpace = "fas", | ||
FireBeaconEvent = "fbe", | ||
GetOAuthClientId = "goci", | ||
@@ -287,2 +288,6 @@ GetConnectedLines = "gcl", | ||
}; | ||
[CommandName.FireBeaconEvent]: { | ||
query: FireBeaconEventQuery; | ||
result: FireBeaconEventResult; | ||
}; | ||
[CommandName.GetOAuthClientId]: { | ||
@@ -962,2 +967,7 @@ query: GetOAuthClientIdQuery; | ||
}; | ||
export type FireBeaconEventQuery = { | ||
/** the beacon event to be sent */ | ||
'e': string; | ||
}; | ||
export type FireBeaconEventResult = void; | ||
export type AnimateViewportQuery = { | ||
@@ -964,0 +974,0 @@ /** ID of the page to view */ |
@@ -37,2 +37,3 @@ "use strict"; | ||
["fas" /* CommandName.FindAvailableSpace */, 'FindAvailableSpace'], | ||
["fbe" /* CommandName.FireBeaconEvent */, 'FireBeaconEvent'], | ||
["goci" /* CommandName.GetOAuthClientId */, 'GetOAuthClientId'], | ||
@@ -39,0 +40,0 @@ ["gcl" /* CommandName.GetConnectedLines */, 'GetConnectedLines'], |
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.203", | ||
"version": "0.0.204", | ||
"description": "Utility classes for writing Lucid Software editor extensions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
675864
15663