@butlerbot/sdk 0.0.10-alpha.1 → 0.0.10-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -202,9 +202,8 @@ export type BaseResponseMetadata = {
202
202
  export type UserMessageEvent = {
203
203
  type: "user_message";
204
204
  payload: MessagePayload;
205
- metadata: {
205
+ metadata: BaseResponseMetadata & {
206
206
  userId: string;
207
- timestamp: number;
208
207
  };
209
208
  };
210
209
  export type MessageEvent = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@butlerbot/sdk",
3
- "version": "0.0.10-alpha.1",
3
+ "version": "0.0.10-alpha.2",
4
4
  "description": "The official ButlerBot SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",