chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import * as sdk from '@botpress/sdk'
|
||||
|
||||
export default new sdk.PluginDefinition({
|
||||
name: 'analytics',
|
||||
version: '0.0.1',
|
||||
configuration: { schema: sdk.z.object({}) },
|
||||
actions: {
|
||||
track: {
|
||||
input: {
|
||||
schema: sdk.z.object({ name: sdk.z.string(), count: sdk.z.number() }),
|
||||
},
|
||||
output: {
|
||||
schema: sdk.z.object({}),
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user