@asksuite/askflow-app-sdk 0.5.8 → 0.5.10

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 +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -103,8 +103,8 @@ export declare type IEvent = {
103
103
  export declare type IWorkflowDetails = {
104
104
  title: II18nData;
105
105
  description: II18nData;
106
- requirements: II18nData[];
107
106
  dashboardTopics: IDashboardTopic[];
107
+ helpCenterUrl?: II18nData;
108
108
  };
109
109
  export declare type IDashboardTopic = {
110
110
  title: II18nData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asksuite/askflow-app-sdk",
3
- "version": "0.5.8",
3
+ "version": "0.5.10",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.m.js",
6
6
  "unpkg": "dist/index.umd.js",