@nangohq/providers 0.56.0 → 0.56.2
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 +87 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.56.
|
|
3
|
+
"version": "0.56.2",
|
|
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.56.
|
|
14
|
+
"@nangohq/types": "0.56.2",
|
|
15
15
|
"vitest": "2.1.9"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -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:
|
|
@@ -1639,6 +1671,9 @@ canva-scim:
|
|
|
1639
1671
|
authorization: Bearer ${apiKey}
|
|
1640
1672
|
accept: application/json
|
|
1641
1673
|
content-type: application/json
|
|
1674
|
+
verification:
|
|
1675
|
+
method: GET
|
|
1676
|
+
endpoint: /v2/Users
|
|
1642
1677
|
docs: https://docs.nango.dev/integrations/all/canva-scim
|
|
1643
1678
|
credentials:
|
|
1644
1679
|
apiKey:
|
|
@@ -3530,6 +3565,9 @@ guru-scim:
|
|
|
3530
3565
|
base_url: https://api.getguru.com/api/scim
|
|
3531
3566
|
headers:
|
|
3532
3567
|
authorization: Bearer ${apiKey}
|
|
3568
|
+
verification:
|
|
3569
|
+
method: GET
|
|
3570
|
+
endpoint: /v2/Users
|
|
3533
3571
|
docs: https://docs.nango.dev/integrations/all/guru-scim
|
|
3534
3572
|
docs_connect: https://docs.nango.dev/integrations/all/guru-scim/connect
|
|
3535
3573
|
credentials:
|
|
@@ -5135,6 +5173,9 @@ lucid-scim:
|
|
|
5135
5173
|
authorization: Bearer ${apiKey}
|
|
5136
5174
|
accept: application/json
|
|
5137
5175
|
content-type: application/json
|
|
5176
|
+
verification:
|
|
5177
|
+
method: GET
|
|
5178
|
+
endpoint: /v2/Users
|
|
5138
5179
|
docs: https://docs.nango.dev/integrations/all/lucid-scim
|
|
5139
5180
|
docs_connect: https://docs.nango.dev/integrations/all/lucid-scim/connect
|
|
5140
5181
|
credentials:
|
|
@@ -5622,14 +5663,17 @@ mip-cloud:
|
|
|
5622
5663
|
auth_mode: TWO_STEP
|
|
5623
5664
|
proxy:
|
|
5624
5665
|
base_url: https://api.mip.com
|
|
5666
|
+
headers:
|
|
5667
|
+
authorization-token: ${accessToken}
|
|
5625
5668
|
token_url: https://${connectionConfig.domain}/api/v1/sso/mipadv/login
|
|
5626
5669
|
token_params:
|
|
5627
|
-
username: ${
|
|
5628
|
-
password: ${
|
|
5670
|
+
username: ${credential.username}
|
|
5671
|
+
password: ${credential.password}
|
|
5672
|
+
org: ${credential.org}
|
|
5629
5673
|
token_headers:
|
|
5630
5674
|
content-type: application/json
|
|
5631
5675
|
token_response:
|
|
5632
|
-
token:
|
|
5676
|
+
token: AccessToken
|
|
5633
5677
|
docs: https://docs.nango.dev/integrations/all/mip-cloud
|
|
5634
5678
|
docs_connect: https://docs.nango.dev/integrations/all/mip-cloud/connect
|
|
5635
5679
|
credentials:
|
|
@@ -5642,6 +5686,12 @@ mip-cloud:
|
|
|
5642
5686
|
title: Password
|
|
5643
5687
|
description: Your Password for MIP Fund Accounting.
|
|
5644
5688
|
secret: true
|
|
5689
|
+
org:
|
|
5690
|
+
type: string
|
|
5691
|
+
title: ORG
|
|
5692
|
+
description: The MIP Fund Accounting database you will be using.
|
|
5693
|
+
optional: true
|
|
5694
|
+
example: ZQXP_98421_NTO
|
|
5645
5695
|
connection_config:
|
|
5646
5696
|
domain:
|
|
5647
5697
|
type: string
|
|
@@ -5658,15 +5708,17 @@ mip-on-premise:
|
|
|
5658
5708
|
auth_mode: TWO_STEP
|
|
5659
5709
|
proxy:
|
|
5660
5710
|
base_url: https://api.mip.com
|
|
5711
|
+
headers:
|
|
5712
|
+
authorization-token: ${accessToken}
|
|
5661
5713
|
token_url: https://${connectionConfig.domain}/api/security/login
|
|
5662
5714
|
token_params:
|
|
5663
|
-
login: ${
|
|
5664
|
-
password: ${
|
|
5665
|
-
org: ${
|
|
5715
|
+
login: ${credential.login}
|
|
5716
|
+
password: ${credential.password}
|
|
5717
|
+
org: ${credential.org}
|
|
5666
5718
|
token_headers:
|
|
5667
5719
|
content-type: application/json
|
|
5668
5720
|
token_response:
|
|
5669
|
-
token:
|
|
5721
|
+
token: AccessToken
|
|
5670
5722
|
docs: https://docs.nango.dev/integrations/all/mip-on-premise
|
|
5671
5723
|
docs_connect: https://docs.nango.dev/integrations/all/mip-on-premise/connect
|
|
5672
5724
|
credentials:
|
|
@@ -7463,6 +7515,29 @@ sharepoint-online:
|
|
|
7463
7515
|
alias: microsoft
|
|
7464
7516
|
docs: https://docs.nango.dev/integrations/all/sharepoint-online
|
|
7465
7517
|
|
|
7518
|
+
sharepoint-online-oauth2-cc:
|
|
7519
|
+
display_name: SharePoint Online (Client Credentials V2)
|
|
7520
|
+
categories:
|
|
7521
|
+
- storage
|
|
7522
|
+
- communication
|
|
7523
|
+
auth_mode: OAUTH2_CC
|
|
7524
|
+
token_url: https://login.microsoftonline.com/${connectionConfig.tenantId}/oauth2/v2.0/token
|
|
7525
|
+
token_params:
|
|
7526
|
+
grant_type: client_credentials
|
|
7527
|
+
proxy:
|
|
7528
|
+
base_url: https://graph.microsoft.com
|
|
7529
|
+
docs: https://docs.nango.dev/integrations/all/sharepoint-online-oauth2-cc
|
|
7530
|
+
docs_connect: https://docs.nango.dev/integrations/all/sharepoint-online-oauth2-cc/connect
|
|
7531
|
+
connection_config:
|
|
7532
|
+
tenantId:
|
|
7533
|
+
type: string
|
|
7534
|
+
title: Tenant ID
|
|
7535
|
+
description: The unique identifier for your organization that uses Microsoft services
|
|
7536
|
+
format: uuid
|
|
7537
|
+
example: a1b2c3d4-e5f6-47a8-9b0c-d1234567890f
|
|
7538
|
+
doc_section: '#step-1-finding-your-tenant-id'
|
|
7539
|
+
order: 1
|
|
7540
|
+
|
|
7466
7541
|
sharepoint-online-v1:
|
|
7467
7542
|
display_name: SharePoint Online (v1)
|
|
7468
7543
|
categories:
|
|
@@ -7619,6 +7694,9 @@ shopify-scim:
|
|
|
7619
7694
|
authorization: Bearer ${apiKey}
|
|
7620
7695
|
accept: application/json
|
|
7621
7696
|
content-type: application/json
|
|
7697
|
+
verification:
|
|
7698
|
+
method: GET
|
|
7699
|
+
endpoint: /v2/Users
|
|
7622
7700
|
retry:
|
|
7623
7701
|
after: 'retry-after'
|
|
7624
7702
|
docs: https://docs.nango.dev/integrations/all/shopify-scim
|
|
@@ -7833,6 +7911,8 @@ squareup:
|
|
|
7833
7911
|
|
|
7834
7912
|
squareup-sandbox:
|
|
7835
7913
|
display_name: Squareup (Sandbox)
|
|
7914
|
+
categories:
|
|
7915
|
+
- payment
|
|
7836
7916
|
auth_mode: OAUTH2
|
|
7837
7917
|
authorization_url: https://connect.squareupsandbox.com/oauth2/authorize
|
|
7838
7918
|
token_url: https://connect.squareupsandbox.com/oauth2/token
|