UNPKG
@memberjunction/actions-bizapps-crm
Version:
latest (5.36.0)
5.36.0
5.35.0
5.34.1
5.34.0
5.33.0
5.32.0
5.31.0
5.30.1
5.30.0
5.29.0
5.28.0
5.27.1
5.27.0
5.26.0
5.25.0
5.24.0
5.23.0
5.22.0
5.21.0
5.20.0
5.19.0
5.18.0
5.17.0
5.16.0
5.15.0
5.14.0
5.13.0
5.12.0
5.11.0
5.10.1
5.10.0
5.9.0
5.8.0
5.7.0
5.6.0
5.5.0
5.4.1
5.4.0
5.3.1
5.3.0
5.2.0
5.1.0
5.0.0
4.4.0
4.3.1
4.3.0
4.2.0
4.1.0
4.0.0
3.4.0
3.3.0
3.2.0
3.1.1
3.1.0
3.0.0
2.133.0
2.132.0
2.131.0
2.130.1
2.130.0
2.129.0
2.128.0
2.127.0
2.126.1
2.126.0
2.125.0
2.124.0
2.123.1
2.123.0
2.122.2
2.122.1
2.122.0
2.121.0
2.120.0
2.119.0
2.118.0
2.117.0
2.116.0
2.115.0
2.114.0
2.113.2
2.113.1
2.113.0
2.112.0
2.111.1
2.111.0
2.110.1
2.110.0
2.109.0
2.108.0
2.107.0
2.106.0
2.105.0
2.104.0
2.103.0
2.102.0
2.101.0
2.100.3
2.100.2
2.100.1
2.100.0
2.99.0
2.98.0
2.97.0
2.96.0
2.95.0
2.94.0
2.93.0
2.92.0
2.91.0
2.90.0
2.89.0
2.88.0
2.87.0
2.86.0
2.85.0
2.84.0
2.83.0
2.82.0
2.81.0
2.80.1
2.80.0
2.79.0
2.78.0
2.77.0
2.76.0
2.75.0
2.74.0
2.73.0
2.72.0
2.71.0
2.70.0
2.69.1
2.69.0
2.68.0
2.67.0
2.66.0
2.65.0
2.64.0
2.63.1
2.63.0
2.62.0
2.61.0
2.60.0
2.59.0
2.58.0
2.57.0
2.56.0
2.55.0
CRM system integration actions for MemberJunction
github.com/MemberJunction/MJ
MemberJunction/MJ
@memberjunction/actions-bizapps-crm
/
src
/
index.ts
11 lines
(9 loc)
•
224 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * CRM Integration Actions * * This module exports all CRM provider integrations and their actions */
// Base classes
export
*
from
'./base/base-crm.action'
;
// HubSpot provider
export
*
from
'./providers/hubspot'
;