chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
import { IntegrationDefinitionProps, messages } from '@botpress/sdk'
|
||||
|
||||
export const channels = {
|
||||
cardComments: {
|
||||
title: 'Card Comments',
|
||||
description: 'Channel for managing comments on Trello cards',
|
||||
messages: {
|
||||
text: messages.defaults.text,
|
||||
},
|
||||
message: {
|
||||
tags: {
|
||||
commentId: {
|
||||
title: 'Comment ID',
|
||||
description: 'unique identifier of the comment',
|
||||
},
|
||||
},
|
||||
},
|
||||
conversation: {
|
||||
tags: {
|
||||
cardId: {
|
||||
title: 'Card ID',
|
||||
description: 'unique identifier of the card',
|
||||
},
|
||||
cardName: {
|
||||
title: 'Card name',
|
||||
description: 'display name of the card',
|
||||
},
|
||||
listId: {
|
||||
title: 'List ID',
|
||||
description: 'unique identifier of the list',
|
||||
},
|
||||
listName: {
|
||||
title: 'Card ID',
|
||||
description: 'display name of the list',
|
||||
},
|
||||
lastCommentId: {
|
||||
title: 'Last comment ID',
|
||||
description: 'unique identifier of the last comment sent by the integration in this conversation',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
} as const satisfies NonNullable<IntegrationDefinitionProps['channels']>
|
||||
Reference in New Issue
Block a user