File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @expressms/smartapp-sdk" ,
3- "version" : " 1.14.0-alpha.3 " ,
3+ "version" : " 1.14.0-alpha.6 " ,
44 "description" : " Smartapp SDK" ,
55 "main" : " build/main/index.js" ,
66 "typings" : " build/main/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -148,6 +148,13 @@ export interface InitialDataMenuAction extends InitialData {
148148 }
149149}
150150
151+ export interface InitialDataLink extends InitialData {
152+ initiator : 'link_regex'
153+ meta : {
154+ url : string
155+ }
156+ }
157+
151158export type RuleDownload = {
152159 action : 'download'
153160 ruleMeta : {
@@ -195,6 +202,7 @@ export type ReadyEventResponse =
195202 | InitialDataPush
196203 | InitialDataDeeplink
197204 | InitialDataMenuAction
205+ | InitialDataLink
198206 rules ?: Array < RuleDownload | RuleUpload | RuleShare | RuleCopy >
199207 isPinned ?: boolean
200208 }
You can’t perform that action at this time.
0 commit comments