@asksuite/askflow-app-sdk 0.5.3 → 0.5.5
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/dist/types.d.ts +2 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -96,6 +96,7 @@ export declare type IEvent = {
|
|
|
96
96
|
trigger: EventTriggerEnum.workflow_library;
|
|
97
97
|
label: II18nData;
|
|
98
98
|
description?: II18nData;
|
|
99
|
+
uuidWorkflowDefault?: string;
|
|
99
100
|
};
|
|
100
101
|
export declare type IContext = {
|
|
101
102
|
connection: {
|
|
@@ -173,6 +174,7 @@ export declare type ISelectItem = {
|
|
|
173
174
|
label: II18nData;
|
|
174
175
|
description?: II18nData;
|
|
175
176
|
value?: any;
|
|
177
|
+
descriptionHTML?: II18nData;
|
|
176
178
|
};
|
|
177
179
|
export declare type IResponseEvent = {
|
|
178
180
|
data: IOutputData[];
|