@nangohq/providers 0.55.0 → 0.56.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/providers.yaml +45 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.56.1",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"js-yaml": "4.1.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nangohq/types": "0.
|
|
14
|
+
"@nangohq/types": "0.56.1",
|
|
15
15
|
"vitest": "2.1.9"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -553,7 +553,6 @@ apollo-oauth:
|
|
|
553
553
|
display_name: Apollo (OAuth)
|
|
554
554
|
categories:
|
|
555
555
|
- marketing
|
|
556
|
-
- popular
|
|
557
556
|
auth_mode: OAUTH2
|
|
558
557
|
authorization_url: https://app.apollo.io
|
|
559
558
|
token_url: https://app.apollo.io/api/v1/oauth/token
|
|
@@ -655,6 +654,7 @@ ashby:
|
|
|
655
654
|
display_name: Ashby
|
|
656
655
|
categories:
|
|
657
656
|
- ats
|
|
657
|
+
- popular
|
|
658
658
|
auth_mode: BASIC
|
|
659
659
|
proxy:
|
|
660
660
|
base_url: https://api.ashbyhq.com
|
|
@@ -1197,6 +1197,38 @@ blackbaud:
|
|
|
1197
1197
|
base_url: https://api.sky.blackbaud.com
|
|
1198
1198
|
docs: https://docs.nango.dev/integrations/all/blackbaud
|
|
1199
1199
|
|
|
1200
|
+
blackbaud-basic:
|
|
1201
|
+
display_name: Blackbaud (Basic Auth)
|
|
1202
|
+
categories:
|
|
1203
|
+
- crm
|
|
1204
|
+
auth_mode: BASIC
|
|
1205
|
+
proxy:
|
|
1206
|
+
base_url: https://${connectionConfig.hostName}
|
|
1207
|
+
headers:
|
|
1208
|
+
content-type: application/soap+xml; charset=utf-8
|
|
1209
|
+
docs: https://docs.nango.dev/integrations/all/blackbaud-basic
|
|
1210
|
+
docs_connect: https://docs.nango.dev/integrations/all/blackbaud-basic
|
|
1211
|
+
connection_config:
|
|
1212
|
+
hostName:
|
|
1213
|
+
type: string
|
|
1214
|
+
title: Host Name
|
|
1215
|
+
description: Your Blackbaud host name
|
|
1216
|
+
example: https://altrurig01bo3.blackbaudhosting.com
|
|
1217
|
+
pattern: '^https?:\/\/[a-z0-9.-]+(:\d+)?(\/.*)?$'
|
|
1218
|
+
order: 1
|
|
1219
|
+
doc_section: '#step-1-finding-your-host-name'
|
|
1220
|
+
credentials:
|
|
1221
|
+
username:
|
|
1222
|
+
type: string
|
|
1223
|
+
title: Username
|
|
1224
|
+
description: Your Username
|
|
1225
|
+
doc_section: '#step-3-finding-your-username'
|
|
1226
|
+
password:
|
|
1227
|
+
type: string
|
|
1228
|
+
title: Password
|
|
1229
|
+
description: Your Password
|
|
1230
|
+
doc_section: '#step-2-finding-your-password'
|
|
1231
|
+
|
|
1200
1232
|
blandai:
|
|
1201
1233
|
display_name: BlandAI
|
|
1202
1234
|
categories:
|
|
@@ -2164,6 +2196,7 @@ confluence:
|
|
|
2164
2196
|
display_name: Confluence
|
|
2165
2197
|
categories:
|
|
2166
2198
|
- knowledge-base
|
|
2199
|
+
- popular
|
|
2167
2200
|
alias: jira
|
|
2168
2201
|
docs: https://docs.nango.dev/integrations/all/confluence
|
|
2169
2202
|
|
|
@@ -3069,8 +3102,10 @@ figma:
|
|
|
3069
3102
|
- productivity
|
|
3070
3103
|
auth_mode: OAUTH2
|
|
3071
3104
|
authorization_url: https://www.figma.com/oauth
|
|
3072
|
-
token_url: https://
|
|
3073
|
-
refresh_url: https://
|
|
3105
|
+
token_url: https://api.figma.com/v1/oauth/token
|
|
3106
|
+
refresh_url: https://api.figma.com/v1/oauth/refresh
|
|
3107
|
+
token_request_auth_method: basic
|
|
3108
|
+
scope_separator: ','
|
|
3074
3109
|
disable_pkce: true
|
|
3075
3110
|
proxy:
|
|
3076
3111
|
base_url: https://api.figma.com
|
|
@@ -3736,6 +3771,7 @@ gong-oauth:
|
|
|
3736
3771
|
- marketing
|
|
3737
3772
|
- productivity
|
|
3738
3773
|
- video
|
|
3774
|
+
- popular
|
|
3739
3775
|
authorization_url: https://app.gong.io/oauth2/authorize
|
|
3740
3776
|
token_url: https://app.gong.io/oauth2/generate-customer-token
|
|
3741
3777
|
token_response_metadata:
|
|
@@ -3918,7 +3954,7 @@ gorgias-basic:
|
|
|
3918
3954
|
categories:
|
|
3919
3955
|
- e-commerce
|
|
3920
3956
|
proxy:
|
|
3921
|
-
base_url: https://${connectionConfig.subdomain}.gorgias.com
|
|
3957
|
+
base_url: https://${connectionConfig.subdomain}.gorgias.com
|
|
3922
3958
|
docs: https://docs.nango.dev/integrations/all/gorgias-basic
|
|
3923
3959
|
docs_connect: https://docs.nango.dev/integrations/all/gorgias-basic/connect
|
|
3924
3960
|
credentials:
|
|
@@ -4329,6 +4365,7 @@ hibob-service-user:
|
|
|
4329
4365
|
display_name: Hibob Service User
|
|
4330
4366
|
categories:
|
|
4331
4367
|
- hr
|
|
4368
|
+
- popular
|
|
4332
4369
|
auth_mode: BASIC
|
|
4333
4370
|
proxy:
|
|
4334
4371
|
base_url: https://api.hibob.com
|
|
@@ -4497,6 +4534,7 @@ intercom:
|
|
|
4497
4534
|
display_name: Intercom
|
|
4498
4535
|
categories:
|
|
4499
4536
|
- marketing
|
|
4537
|
+
- popular
|
|
4500
4538
|
- support
|
|
4501
4539
|
- surveys
|
|
4502
4540
|
- ticketing
|
|
@@ -5804,7 +5842,6 @@ netsuite:
|
|
|
5804
5842
|
categories:
|
|
5805
5843
|
- accounting
|
|
5806
5844
|
- erp
|
|
5807
|
-
- popular
|
|
5808
5845
|
auth_mode: OAUTH2
|
|
5809
5846
|
authorization_url: https://${connectionConfig.accountId}.app.netsuite.com/app/login/oauth2/authorize.nl
|
|
5810
5847
|
authorization_params:
|
|
@@ -5832,6 +5869,7 @@ netsuite-tba:
|
|
|
5832
5869
|
categories:
|
|
5833
5870
|
- accounting
|
|
5834
5871
|
- erp
|
|
5872
|
+
- popular
|
|
5835
5873
|
docs: https://docs.nango.dev/integrations/all/netsuite-tba
|
|
5836
5874
|
|
|
5837
5875
|
next-cloud-ocs:
|
|
@@ -7009,6 +7047,7 @@ sage-intacct-oauth:
|
|
|
7009
7047
|
categories:
|
|
7010
7048
|
- accounting
|
|
7011
7049
|
- erp
|
|
7050
|
+
- popular
|
|
7012
7051
|
auth_mode: OAUTH2
|
|
7013
7052
|
authorization_url: https://api.intacct.com/ia/api/v1/oauth2/authorize
|
|
7014
7053
|
token_url: https://api.intacct.com/ia/api/v1/oauth2/token
|
|
@@ -8860,6 +8899,7 @@ workday:
|
|
|
8860
8899
|
display_name: Workday
|
|
8861
8900
|
categories:
|
|
8862
8901
|
- hr
|
|
8902
|
+
- popular
|
|
8863
8903
|
auth_mode: BASIC
|
|
8864
8904
|
proxy:
|
|
8865
8905
|
base_url: https://${connectionConfig.subdomain}.workday.com
|