@expressms/smartapp-sdk 1.14.0-alpha.6 → 1.14.0-alpha.7

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.
@@ -182,6 +182,7 @@ export type ReadyEventResponse = {
182
182
  initialData?: InitialDataEmail | InitialDataProfileAction | InitialDataPush | InitialDataDeeplink | InitialDataMenuAction | InitialDataLink;
183
183
  rules?: Array<RuleDownload | RuleUpload | RuleShare | RuleCopy>;
184
184
  isPinned?: boolean;
185
+ toolbarVisible?: boolean;
185
186
  };
186
187
  } | undefined;
187
188
  export interface File {
@@ -182,6 +182,7 @@ export type ReadyEventResponse = {
182
182
  initialData?: InitialDataEmail | InitialDataProfileAction | InitialDataPush | InitialDataDeeplink | InitialDataMenuAction | InitialDataLink;
183
183
  rules?: Array<RuleDownload | RuleUpload | RuleShare | RuleCopy>;
184
184
  isPinned?: boolean;
185
+ toolbarVisible?: boolean;
185
186
  };
186
187
  } | undefined;
187
188
  export interface File {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressms/smartapp-sdk",
3
- "version": "1.14.0-alpha.6",
3
+ "version": "1.14.0-alpha.7",
4
4
  "description": "Smartapp SDK",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",