@asksuite/askflow-app-sdk 0.5.9 → 0.5.11
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 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -51,8 +51,8 @@ export declare type IArgument = {
|
|
|
51
51
|
defaultField?: string;
|
|
52
52
|
source?: ISource;
|
|
53
53
|
expose?: boolean;
|
|
54
|
-
hasIdAppConnection?: boolean;
|
|
55
54
|
disabled?: boolean;
|
|
55
|
+
tooltip?: II18nData;
|
|
56
56
|
};
|
|
57
57
|
export declare enum EventTriggerEnum {
|
|
58
58
|
'webhook' = "webhook",
|
|
@@ -104,6 +104,7 @@ export declare type IWorkflowDetails = {
|
|
|
104
104
|
title: II18nData;
|
|
105
105
|
description: II18nData;
|
|
106
106
|
dashboardTopics: IDashboardTopic[];
|
|
107
|
+
helpCenterUrl?: II18nData;
|
|
107
108
|
};
|
|
108
109
|
export declare type IDashboardTopic = {
|
|
109
110
|
title: II18nData;
|