Skip to content

Commit 3fe785a

Browse files
feat: add interface project for typing indicator (botpress#13255)
1 parent 1f12f10 commit 3fe785a

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import { interfaces } from '@botpress/sdk'
2+
export default interfaces.typingIndicator
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@botpresshub/typing-indicator",
3+
"description": "Typing indicator interface for Botpress",
4+
"private": true,
5+
"scripts": {
6+
"check:type": "tsc --noEmit",
7+
"deploy": "pnpm bp deploy"
8+
},
9+
"license": "MIT",
10+
"dependencies": {
11+
"@botpress/sdk": "workspace:*"
12+
},
13+
"devDependencies": {
14+
"@botpress/cli": "workspace:*",
15+
"typescript": "^4.9.4"
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "../../tsconfig.json",
3+
"compilerOptions": {
4+
"baseUrl": ".",
5+
"outDir": "dist"
6+
},
7+
"include": ["interface.definition.ts"]
8+
}

pnpm-lock.yaml

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)