lucid-extension-sdk 0.0.243 → 0.0.244
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/commandtypes.d.ts +3 -1
- package/package.json +1 -1
package/commandtypes.d.ts
CHANGED
|
@@ -20,7 +20,9 @@ import { PanelLocation } from './ui/panel';
|
|
|
20
20
|
*
|
|
21
21
|
* To use these directly, use [EditorClient.sendCommand](#classes_editorclient-EditorClient_sendcommand).
|
|
22
22
|
*
|
|
23
|
-
*
|
|
23
|
+
* FOR DEVELOPERS AT LUCID:
|
|
24
|
+
* Follow this guide to add new commands: https://lucidatlassian.atlassian.net/wiki/x/3AA3Xww
|
|
25
|
+
* Before you add a new command bring it up in #api-committee to get feedback.
|
|
24
26
|
*/
|
|
25
27
|
export declare const enum CommandName {
|
|
26
28
|
AddCardIntegration = "aci",
|