@botique/bmp
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -13,3 +13,4 @@ export * from "./types/BotiqueMessage"; | ||
export * from "./types/BmpBot"; | ||
export * from "./types/BotBMPSettings"; | ||
import * as DirectLineAdapter from "./adapters/DirectLineAdapter"; | ||
export { DirectLineAdapter }; |
@@ -0,1 +1,2 @@ | ||
import { BotBMPSettings } from "./BotBMPSettings"; | ||
export interface BMPBot { | ||
@@ -5,3 +6,3 @@ _id: string; | ||
description?: string; | ||
logoUrl?: string; | ||
settings: BotBMPSettings; | ||
} |
@@ -9,2 +9,3 @@ import { BotiqueMessage } from "./BotiqueMessage"; | ||
} | ||
export declare const NON_CONVERSATION_MESSAGE_CONTENT_TYPES: ContentType[]; | ||
export interface UserMessage extends BotiqueMessage { | ||
@@ -11,0 +12,0 @@ dateReceived: Date; |
@@ -11,2 +11,5 @@ "use strict"; | ||
})(ContentType = exports.ContentType || (exports.ContentType = {})); | ||
exports.NON_CONVERSATION_MESSAGE_CONTENT_TYPES = [ | ||
ContentType.Notification | ||
]; | ||
//# sourceMappingURL=UserMessage.js.map |
{ | ||
"name": "@botique/bmp", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Botique Messaging Protocol", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49324
53
843