Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

2 changes: 2 additions & 0 deletions bots/bugbuster/bot.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export default new sdk.BotDefinition({
})
.addIntegration(slack, {
enabled: true,
// @ts-ignore TODO: fix config
configurationType: 'botToken',
// @ts-ignore TODO: fix config
configuration: {
botToken: genenv.BUGBUSTER_SLACK_BOT_TOKEN,
signingSecret: genenv.BUGBUSTER_SLACK_SIGNING_SECRET,
Expand Down
2 changes: 1 addition & 1 deletion bots/bugbuster/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*"]
"include": [".botpress/**/*", "src/**/*", "bot.definition.ts"]
}
2 changes: 1 addition & 1 deletion bots/echo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*"]
"include": [".botpress/**/*", "src/**/*", "bot.definition.ts"]
}
2 changes: 1 addition & 1 deletion bots/hello-world/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*"]
"include": [".botpress/**/*", "src/**/*", "bot.definition.ts"]
}
2 changes: 1 addition & 1 deletion bots/hit-looper/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*"]
"include": [".botpress/**/*", "src/**/*", "bot.definition.ts"]
}
2 changes: 1 addition & 1 deletion bots/knowledgiani/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*"]
"include": [".botpress/**/*", "src/**/*", "bot.definition.ts"]
}
2 changes: 1 addition & 1 deletion bots/notionaut/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*"]
"include": [".botpress/**/*", "src/**/*", "bot.definition.ts"]
}
2 changes: 1 addition & 1 deletion bots/sheetzy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*"]
"include": [".botpress/**/*", "src/**/*", "bot.definition.ts"]
}
2 changes: 1 addition & 1 deletion bots/sinlin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*"]
"include": [".botpress/**/*", "src/**/*", "bot.definition.ts"]
}
2 changes: 1 addition & 1 deletion bots/synchrotron/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*"]
"include": [".botpress/**/*", "src/**/*", "bot.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/airtable/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/anthropic/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/asana/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/bigcommerce-sync/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/browser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/cerebras/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/charts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/chat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"noErrorTruncation": true
},
"include": [".botpress/**/*", "src/**/*.ts", "src/**/*.json", "./*.ts", "./*.json"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/clickup/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/confluence/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/dalle/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/dropbox/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts", "definitions/**/*"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/email/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts", "definitions/**/*"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/fireworks-ai/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/freshchat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/github/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/gmail/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/google-ai/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/googlecalendar/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/googledrive/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/groq/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/gsheets/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/instagram/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/intercom/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/line/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/linear/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts", "definitions"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/mailchimp/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/make/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/messenger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"outDir": "dist",
"types": ["preact"]
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/monday/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/notion/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/openai/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/pdf-generator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/resend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/sendgrid/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/slack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts", "definitions/**/*"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/stripe/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/sunco/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/teams/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/telegram/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/todoist/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/trello/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": ["**/*", "../integration.definition.ts", "../definitions/**/*"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/trello/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts", "definitions/**/*", "interfaces.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/twilio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/viber/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
2 changes: 1 addition & 1 deletion integrations/vonage/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"baseUrl": ".",
"outDir": "dist"
},
"include": [".botpress/**/*", "src/**/*", "integration.definition.ts"]
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "integration.definition.ts"]
}
Loading
Loading