messaging-api-messenger
Advanced tools
Comparing version 0.5.8 to 0.5.9
{ | ||
"name": "messaging-api-messenger", | ||
"description": "Messaging API client for Messenger", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=6" |
@@ -323,16 +323,14 @@ /* @flow */ | ||
export type Model = | ||
| 'zh' | ||
| 'zh-Hans' | ||
| 'zh-Hant' | ||
| 'nl' | ||
| 'en' | ||
| 'fr' | ||
| 'de' | ||
| 'it' | ||
| 'pl' | ||
| 'pt' | ||
| 'ro' | ||
| 'es' | ||
| 'vi' | ||
| 'custom'; | ||
| 'CUSTOM' | ||
| 'ENGLISH' | ||
| 'CHINESE' | ||
| 'DUTCH' | ||
| 'FRENCH_STANDARD' | ||
| 'GERMAN_STANDARD' | ||
| 'ITALIAN_STANDARD' | ||
| 'POLISH' | ||
| 'PORTUGUESE' | ||
| 'ROMANIAN' | ||
| 'SPANISH' | ||
| 'VIETNAMESE'; | ||
@@ -339,0 +337,0 @@ export type MessengerNLPConfig = { |
Sorry, the diff of this file is too big to display
308437
6475