Skip to content

Commit 54ad0cc

Browse files
author
Ivan Kudinov
committed
CCS-107925 add isPinned flag
1 parent 3575469 commit 54ad0cc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expressms/smartapp-sdk",
3-
"version": "1.13.0-alpha.11",
3+
"version": "1.13.0-alpha.12",
44
"description": "Smartapp SDK",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

src/types/bridge.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ export type ReadyEventResponse =
195195
| InitialDataDeeplink
196196
| InitialDataMenuAction
197197
rules?: Array<RuleDownload | RuleUpload | RuleShare | RuleCopy>
198+
isPinned?: boolean
198199
}
199200
}
200201
| undefined

0 commit comments

Comments
 (0)