Skip to content

Commit

Permalink
Merge pull request #58 from ExpressApp/fix/ki/ready-ts
Browse files Browse the repository at this point in the history
Fix ready response with email data
  • Loading branch information
ikudinov authored Jun 13, 2024
2 parents c3ba614 + df72528 commit 8fde00b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressms/smartapp-sdk",
"version": "1.8.0",
"version": "1.8.1",
"description": "Smartapp SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion src/types/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ export interface InitialData {

export interface InitialDataEmail extends InitialData {
initiator: 'email_link'
meta: string
meta: {
email: string
}
}

export interface InitialDataProfileAction extends InitialData {
Expand Down

0 comments on commit 8fde00b

Please sign in to comment.