@asksuite/askflow-app-sdk 0.5.5 → 0.5.6

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +6 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -97,6 +97,12 @@ export declare type IEvent = {
97
97
  label: II18nData;
98
98
  description?: II18nData;
99
99
  uuidWorkflowDefault?: string;
100
+ details?: IDetails;
101
+ };
102
+ export declare type IDetails = {
103
+ description: II18nData;
104
+ tasks: II18nData[];
105
+ requirements: II18nData[];
100
106
  };
101
107
  export declare type IContext = {
102
108
  connection: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asksuite/askflow-app-sdk",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.m.js",
6
6
  "unpkg": "dist/index.umd.js",