chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import { IntegrationDefinition } from '@botpress/sdk'
|
||||
import { configuration, states, actions } from './src/definitions/index'
|
||||
|
||||
export default new IntegrationDefinition({
|
||||
name: 'bigcommerce',
|
||||
title: 'BigCommerce',
|
||||
version: '3.2.4',
|
||||
readme: 'hub.md',
|
||||
icon: 'icon.svg',
|
||||
description: 'Sync products from BigCommerce to Botpress',
|
||||
configuration,
|
||||
actions: {
|
||||
syncProducts: actions.syncProducts,
|
||||
},
|
||||
states,
|
||||
attributes: {
|
||||
category: 'CRM & Sales',
|
||||
repo: 'botpress',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user