@expressms/smartapp-sdk 1.13.0-alpha.11 → 1.13.0-alpha.12

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.
@@ -174,6 +174,7 @@ export type ReadyEventResponse = {
174
174
  openSmartAppMeta?: object;
175
175
  initialData?: InitialDataEmail | InitialDataProfileAction | InitialDataPush | InitialDataDeeplink | InitialDataMenuAction;
176
176
  rules?: Array<RuleDownload | RuleUpload | RuleShare | RuleCopy>;
177
+ isPinned?: boolean;
177
178
  };
178
179
  } | undefined;
179
180
  export interface File {
@@ -174,6 +174,7 @@ export type ReadyEventResponse = {
174
174
  openSmartAppMeta?: object;
175
175
  initialData?: InitialDataEmail | InitialDataProfileAction | InitialDataPush | InitialDataDeeplink | InitialDataMenuAction;
176
176
  rules?: Array<RuleDownload | RuleUpload | RuleShare | RuleCopy>;
177
+ isPinned?: boolean;
177
178
  };
178
179
  } | undefined;
179
180
  export interface File {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressms/smartapp-sdk",
3
- "version": "1.13.0-alpha.11",
3
+ "version": "1.13.0-alpha.12",
4
4
  "description": "Smartapp SDK",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",