@nangohq/providers 0.69.7 → 0.69.9
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 +224 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.9",
|
|
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.69.
|
|
14
|
+
"@nangohq/types": "0.69.9",
|
|
15
15
|
"vitest": "3.2.4"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -916,6 +916,28 @@ apaleo:
|
|
|
916
916
|
- 'retry-after'
|
|
917
917
|
docs: https://nango.dev/docs/integrations/all/apaleo
|
|
918
918
|
|
|
919
|
+
apify:
|
|
920
|
+
display_name: Apify
|
|
921
|
+
categories:
|
|
922
|
+
- dev-tools
|
|
923
|
+
- analytics
|
|
924
|
+
- productivity
|
|
925
|
+
auth_mode: API_KEY
|
|
926
|
+
proxy:
|
|
927
|
+
base_url: https://api.apify.com
|
|
928
|
+
headers:
|
|
929
|
+
authorization: Bearer ${apiKey}
|
|
930
|
+
docs: https://nango.dev/docs/integrations/all/apify
|
|
931
|
+
docs_connect: https://nango.dev/docs/integrations/all/apify/connect
|
|
932
|
+
credentials:
|
|
933
|
+
apiKey:
|
|
934
|
+
type: string
|
|
935
|
+
title: API Token
|
|
936
|
+
description: The API token for your Apify account
|
|
937
|
+
example: apify_api_***************************nt4w
|
|
938
|
+
pattern: '^apify_api_[A-Za-z0-9]+$'
|
|
939
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
940
|
+
|
|
919
941
|
apollo:
|
|
920
942
|
display_name: Apollo (API Key)
|
|
921
943
|
categories:
|
|
@@ -1158,6 +1180,40 @@ atlassian-admin:
|
|
|
1158
1180
|
example: '9fa3d2b7-k9l3-4bq1-z3d8-7x1m0a9e2b76'
|
|
1159
1181
|
doc_section: '#step-1-generating-your-api-key'
|
|
1160
1182
|
|
|
1183
|
+
atlassian-government-cloud:
|
|
1184
|
+
display_name: Atlassian Government Cloud
|
|
1185
|
+
categories:
|
|
1186
|
+
- productivity
|
|
1187
|
+
- ticketing
|
|
1188
|
+
auth_mode: OAUTH2
|
|
1189
|
+
authorization_url: https://auth.atlassian-us-gov-mod.com/authorize
|
|
1190
|
+
token_url: https://auth.atlassian-us-gov-mod.com/oauth/token
|
|
1191
|
+
default_scopes:
|
|
1192
|
+
- offline_access
|
|
1193
|
+
authorization_params:
|
|
1194
|
+
audience: api.atlassian-us-gov-mod.com
|
|
1195
|
+
prompt: consent
|
|
1196
|
+
proxy:
|
|
1197
|
+
base_url: https://api.atlassian-us-gov-mod.com
|
|
1198
|
+
connection_config:
|
|
1199
|
+
subdomain: ${connectionConfig.subdomain}
|
|
1200
|
+
retry:
|
|
1201
|
+
at:
|
|
1202
|
+
- 'x-ratelimit-reset'
|
|
1203
|
+
post_connection_script: atlassianGovernmentCloudPostConnection
|
|
1204
|
+
docs: https://nango.dev/docs/integrations/all/atlassian-government-cloud
|
|
1205
|
+
docs_connect: https://nango.dev/docs/integrations/all/atlassian-government-cloud/connect
|
|
1206
|
+
connection_config:
|
|
1207
|
+
subdomain:
|
|
1208
|
+
type: string
|
|
1209
|
+
title: Subdomain
|
|
1210
|
+
optional: true
|
|
1211
|
+
description: The subdomain of your Atlassian Government Cloud account
|
|
1212
|
+
pattern: '^[a-zA-Z0-9.-]+$'
|
|
1213
|
+
example: acme
|
|
1214
|
+
suffix: .atlassian-us-gov-mod.net
|
|
1215
|
+
prefix: https://
|
|
1216
|
+
|
|
1161
1217
|
attio:
|
|
1162
1218
|
display_name: Attio
|
|
1163
1219
|
categories:
|
|
@@ -1245,6 +1301,43 @@ auth0-cc:
|
|
|
1245
1301
|
optional: true
|
|
1246
1302
|
doc_section: '#step-4-finding-your-organization'
|
|
1247
1303
|
|
|
1304
|
+
auvik:
|
|
1305
|
+
display_name: Auvik
|
|
1306
|
+
categories:
|
|
1307
|
+
- support
|
|
1308
|
+
auth_mode: BASIC
|
|
1309
|
+
proxy:
|
|
1310
|
+
base_url: https://auvikapi.${connectionConfig.region}.my.auvik.com
|
|
1311
|
+
verification:
|
|
1312
|
+
method: GET
|
|
1313
|
+
endpoints:
|
|
1314
|
+
- /v1/authentication/verify
|
|
1315
|
+
credentials:
|
|
1316
|
+
username:
|
|
1317
|
+
type: string
|
|
1318
|
+
title: User Name / Account Email
|
|
1319
|
+
description: Auvik User Name (usually an individual user's email address)
|
|
1320
|
+
doc_section: '#step-1-generate-an-api-key'
|
|
1321
|
+
password:
|
|
1322
|
+
type: string
|
|
1323
|
+
title: API Key
|
|
1324
|
+
description: Auvik API Key (separate from the user's password)
|
|
1325
|
+
secret: true
|
|
1326
|
+
# API key is a base64 encoded string
|
|
1327
|
+
pattern: '^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{4}|[A-Za-z0-9+\/]{3}=|[A-Za-z0-9+\/]{2}={2})$'
|
|
1328
|
+
example: 'aJ7EjSEDD+7+JqlQ1NtUXyY/3/05GGWwfF7vBbPd0Iy8HG1s'
|
|
1329
|
+
doc_section: '#step-1-generate-an-api-key'
|
|
1330
|
+
connection_config:
|
|
1331
|
+
region:
|
|
1332
|
+
type: string
|
|
1333
|
+
title: Region
|
|
1334
|
+
description: The region of your Auvik account (visible in your browser address bar when logging into the Auvik web UI)
|
|
1335
|
+
example: us2
|
|
1336
|
+
pattern: '^[a-z]{2,4}\d{1,3}$'
|
|
1337
|
+
doc_section: '#step-2-determine-your-region'
|
|
1338
|
+
docs: https://nango.dev/docs/integrations/all/auvik
|
|
1339
|
+
docs_connect: https://nango.dev/docs/integrations/all/auvik/connect
|
|
1340
|
+
|
|
1248
1341
|
avalara:
|
|
1249
1342
|
display_name: Avalara
|
|
1250
1343
|
categories:
|
|
@@ -6329,6 +6422,31 @@ heap:
|
|
|
6329
6422
|
format: uuid
|
|
6330
6423
|
doc_section: '#step-1-generating-your-api-key-and-app-id'
|
|
6331
6424
|
|
|
6425
|
+
heyreach:
|
|
6426
|
+
display_name: HeyReach
|
|
6427
|
+
categories:
|
|
6428
|
+
- social
|
|
6429
|
+
- marketing
|
|
6430
|
+
auth_mode: API_KEY
|
|
6431
|
+
proxy:
|
|
6432
|
+
base_url: https://api.heyreach.io/api
|
|
6433
|
+
headers:
|
|
6434
|
+
x-api-key: ${apiKey}
|
|
6435
|
+
verification:
|
|
6436
|
+
method: GET
|
|
6437
|
+
endpoints:
|
|
6438
|
+
- /public/auth/CheckApiKey
|
|
6439
|
+
docs: https://nango.dev/docs/integrations/all/heyreach
|
|
6440
|
+
docs_connect: https://nango.dev/docs/integrations/all/heyreach/connect
|
|
6441
|
+
credentials:
|
|
6442
|
+
apiKey:
|
|
6443
|
+
type: string
|
|
6444
|
+
title: API Key
|
|
6445
|
+
description: The API key for your HeyReach account
|
|
6446
|
+
pattern: '^[A-Za-z0-9+/]+={0,2}$'
|
|
6447
|
+
example: 'FoVLZoM+nVyMELhqr7vH120O2FS1gZcAG5d2qs1bndg='
|
|
6448
|
+
doc_section: '#step-1-generating-an-api-key'
|
|
6449
|
+
|
|
6332
6450
|
hibob-service-user:
|
|
6333
6451
|
display_name: Hibob Service User
|
|
6334
6452
|
categories:
|
|
@@ -8059,6 +8177,7 @@ medallia:
|
|
|
8059
8177
|
type: string
|
|
8060
8178
|
title: ''
|
|
8061
8179
|
description: ''
|
|
8180
|
+
default_value: ''
|
|
8062
8181
|
hidden: true # deprecating this in favor of apiHostUrl
|
|
8063
8182
|
|
|
8064
8183
|
metabase:
|
|
@@ -9211,6 +9330,67 @@ pandadoc-api-key:
|
|
|
9211
9330
|
example: 3039ba033eb1410caa0a2227158d63c9d6502cd8
|
|
9212
9331
|
pattern: '^[a-fA-F0-9]+$'
|
|
9213
9332
|
|
|
9333
|
+
passportal:
|
|
9334
|
+
display_name: Passportal
|
|
9335
|
+
categories:
|
|
9336
|
+
- support
|
|
9337
|
+
auth_mode: TWO_STEP
|
|
9338
|
+
token_url: https://${connectionConfig.base_url}/api/v2/auth/client_token
|
|
9339
|
+
token_headers:
|
|
9340
|
+
x-key: ${credentials.apiKey}
|
|
9341
|
+
x-hash: ${credentials.hmacToken}
|
|
9342
|
+
content-type: application/json
|
|
9343
|
+
token_params:
|
|
9344
|
+
scope: docs_api
|
|
9345
|
+
content: ${credentials.content}
|
|
9346
|
+
token_response:
|
|
9347
|
+
token: access_token
|
|
9348
|
+
token_expiration: expiry_time
|
|
9349
|
+
token_expiration_strategy: expireAt
|
|
9350
|
+
proxy:
|
|
9351
|
+
base_url: https://${connectionConfig.base_url}
|
|
9352
|
+
headers:
|
|
9353
|
+
x-access-token: ${accessToken}
|
|
9354
|
+
verification:
|
|
9355
|
+
method: GET
|
|
9356
|
+
headers:
|
|
9357
|
+
content-type: application/json
|
|
9358
|
+
endpoints:
|
|
9359
|
+
- /api/v2/documents?resultsPerPage=1
|
|
9360
|
+
connection_config:
|
|
9361
|
+
base_url:
|
|
9362
|
+
type: string
|
|
9363
|
+
title: Passportal Base URL
|
|
9364
|
+
description: Your Passportal base URL
|
|
9365
|
+
example: mycompany.mypasswordapp.com
|
|
9366
|
+
format: hostname
|
|
9367
|
+
prefix: https://
|
|
9368
|
+
doc_section: '#step-1-find-your-passportal-base-url'
|
|
9369
|
+
credentials:
|
|
9370
|
+
apiKey:
|
|
9371
|
+
type: string
|
|
9372
|
+
title: API Access Key ID
|
|
9373
|
+
description: Your Passportal API Access Key ID
|
|
9374
|
+
example: a14e6b4923ba5027189baded6ba7b68e6fcda742008c5d57b867f43a09768ece
|
|
9375
|
+
pattern: '^[a-fA-F0-9]{64}$'
|
|
9376
|
+
doc_section: '#step-2-generate-api-access-key-id-and-secret-access-key'
|
|
9377
|
+
hmacToken:
|
|
9378
|
+
type: string
|
|
9379
|
+
title: HMAC Token
|
|
9380
|
+
description: Your pre-generated HMAC token, hex encoded
|
|
9381
|
+
example: 23ec313efecb560a7f44239f6dd439ea56d18911c18b59e1150a3c7299da8202
|
|
9382
|
+
pattern: '^[a-fA-F0-9]{64}$'
|
|
9383
|
+
secret: true
|
|
9384
|
+
doc_section: '#step-3-generate-hmac-token'
|
|
9385
|
+
content:
|
|
9386
|
+
type: string
|
|
9387
|
+
title: Content String
|
|
9388
|
+
description: Plain text message used to compute the HMAC token
|
|
9389
|
+
example: api-content-hash
|
|
9390
|
+
doc_section: '#step-3-generate-hmac-token'
|
|
9391
|
+
docs: https://nango.dev/docs/integrations/all/passportal
|
|
9392
|
+
docs_connect: https://nango.dev/docs/integrations/all/passportal/connect
|
|
9393
|
+
|
|
9214
9394
|
paychex:
|
|
9215
9395
|
display_name: Paychex
|
|
9216
9396
|
categories:
|
|
@@ -12125,6 +12305,30 @@ stackexchange:
|
|
|
12125
12305
|
base_url: https://api.stackexchange.com
|
|
12126
12306
|
docs: https://nango.dev/docs/integrations/all/stackexchange
|
|
12127
12307
|
|
|
12308
|
+
statista:
|
|
12309
|
+
display_name: Statista
|
|
12310
|
+
categories:
|
|
12311
|
+
- analytics
|
|
12312
|
+
auth_mode: API_KEY
|
|
12313
|
+
proxy:
|
|
12314
|
+
base_url: https://api.statista.ai
|
|
12315
|
+
headers:
|
|
12316
|
+
x-api-key: ${apiKey}
|
|
12317
|
+
verification:
|
|
12318
|
+
method: GET
|
|
12319
|
+
endpoints:
|
|
12320
|
+
- /v1/statistics?q=*
|
|
12321
|
+
docs: https://nango.dev/docs/integrations/all/statista
|
|
12322
|
+
docs_connect: https://nango.dev/docs/integrations/all/statista/connect
|
|
12323
|
+
credentials:
|
|
12324
|
+
apiKey:
|
|
12325
|
+
type: string
|
|
12326
|
+
title: API Key
|
|
12327
|
+
description: The API key for your Statista account
|
|
12328
|
+
example: c5c28261f9ade4e34891ccf761491b94
|
|
12329
|
+
pattern: '^[a-zA-Z0-9]+$'
|
|
12330
|
+
doc_section: '#step-1-finding-your-api-key'
|
|
12331
|
+
|
|
12128
12332
|
strava:
|
|
12129
12333
|
display_name: Strava (Mobile)
|
|
12130
12334
|
categories:
|
|
@@ -14208,6 +14412,26 @@ zoho-people:
|
|
|
14208
14412
|
optional: true
|
|
14209
14413
|
suffix: /
|
|
14210
14414
|
|
|
14415
|
+
zoho-recruit:
|
|
14416
|
+
display_name: Zoho Recruit
|
|
14417
|
+
alias: zoho
|
|
14418
|
+
categories:
|
|
14419
|
+
- ats
|
|
14420
|
+
proxy:
|
|
14421
|
+
base_url: https://recruit.zoho.com/recruit
|
|
14422
|
+
docs: https://nango.dev/docs/integrations/all/zoho-recruit
|
|
14423
|
+
docs_connect: https://nango.dev/docs/integrations/all/zoho-recruit/connect
|
|
14424
|
+
connection_config:
|
|
14425
|
+
extension:
|
|
14426
|
+
type: string
|
|
14427
|
+
title: Domain Extension
|
|
14428
|
+
description: The domain extension of your Zoho Recruit account
|
|
14429
|
+
pattern: '^[a-z.]+$'
|
|
14430
|
+
prefix: https://recruit.zoho.
|
|
14431
|
+
example: com
|
|
14432
|
+
optional: true
|
|
14433
|
+
suffix: /
|
|
14434
|
+
|
|
14211
14435
|
zoom:
|
|
14212
14436
|
display_name: Zoom
|
|
14213
14437
|
categories:
|