messaging-api-messenger
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -143,12 +143,12 @@ /// <reference types="node" /> | ||
title: string; | ||
imageUrl: string; | ||
subtitle: string; | ||
defaultAction: { | ||
imageUrl?: string; | ||
subtitle?: string; | ||
defaultAction?: { | ||
type: string; | ||
url: string; | ||
messengerExtensions: boolean; | ||
webviewHeightRatio: string; | ||
fallbackUrl: string; | ||
messengerExtensions?: boolean; | ||
webviewHeightRatio?: string; | ||
fallbackUrl?: string; | ||
}; | ||
buttons: TemplateButton[]; | ||
buttons?: TemplateButton[]; | ||
}; | ||
@@ -155,0 +155,0 @@ export declare type MediaElement = { |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "dist/index.js", | ||
@@ -36,3 +36,3 @@ "browser": "lib/browser.js", | ||
}, | ||
"gitHead": "8d0a6e0549448e353ce90878b2fe1d71db1d0596" | ||
"gitHead": "4279cce00374db3c6fc4c9ba270a8c8ca18433a7" | ||
} |
@@ -212,12 +212,12 @@ import fs from 'fs'; | ||
title: string; | ||
imageUrl: string; | ||
subtitle: string; | ||
defaultAction: { | ||
imageUrl?: string; | ||
subtitle?: string; | ||
defaultAction?: { | ||
type: string; | ||
url: string; | ||
messengerExtensions: boolean; | ||
webviewHeightRatio: string; | ||
fallbackUrl: string; | ||
messengerExtensions?: boolean; | ||
webviewHeightRatio?: string; | ||
fallbackUrl?: string; | ||
}; | ||
buttons: TemplateButton[]; | ||
buttons?: TemplateButton[]; | ||
}; | ||
@@ -224,0 +224,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
833690