@asksuite/askflow-app-sdk 0.1.7 → 0.1.9

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 +2 -3
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -89,14 +89,13 @@ export declare type IContext = {
89
89
  };
90
90
  export declare type IManifest = {
91
91
  key: string;
92
- version: string;
93
- runtimeVersion: string;
94
92
  name: II18nData;
95
93
  description?: II18nData;
96
94
  url: string;
97
95
  iconUrl: string;
98
96
  docUrl: string;
99
- primaryColor: string;
97
+ backgroundColor?: string;
98
+ primaryColor?: string;
100
99
  connectionParams?: IArgument[];
101
100
  };
102
101
  export declare type IQueryItem = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asksuite/askflow-app-sdk",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.m.js",
6
6
  "unpkg": "dist/index.umd.js",