@nangohq/providers 0.69.48 → 0.69.49
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 +301 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.49",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"js-yaml": "4.1.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@nangohq/types": "0.69.
|
|
19
|
+
"@nangohq/types": "0.69.49",
|
|
20
20
|
"vitest": "3.2.4"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -1971,7 +1971,7 @@ aws:
|
|
|
1971
1971
|
title: API Subdomain
|
|
1972
1972
|
description: The API subdomain to the API you want to connect to
|
|
1973
1973
|
example: idp.us-east-2
|
|
1974
|
-
pattern: '^[a-
|
|
1974
|
+
pattern: '^[a-z0-9.-]+$'
|
|
1975
1975
|
suffix: .amazonaws.com
|
|
1976
1976
|
prefix: https://cognito-
|
|
1977
1977
|
|
|
@@ -2389,6 +2389,25 @@ bill:
|
|
|
2389
2389
|
base_url: https://gateway.prod.bill.com/connect
|
|
2390
2390
|
docs: https://nango.dev/docs/integrations/all/bill
|
|
2391
2391
|
|
|
2392
|
+
bing-webmasters:
|
|
2393
|
+
display_name: Bing Webmasters
|
|
2394
|
+
categories:
|
|
2395
|
+
- dev-tools
|
|
2396
|
+
auth_mode: OAUTH2
|
|
2397
|
+
authorization_url: https://www.bing.com/webmasters/oauth/authorize
|
|
2398
|
+
token_url: https://www.bing.com/webmasters/oauth/token
|
|
2399
|
+
refresh_url: https://www.bing.com/webmasters/token
|
|
2400
|
+
authorization_params:
|
|
2401
|
+
response_type: code
|
|
2402
|
+
token_params:
|
|
2403
|
+
grant_type: authorization_code
|
|
2404
|
+
refresh_token_params:
|
|
2405
|
+
grant_type: refresh_token
|
|
2406
|
+
proxy:
|
|
2407
|
+
base_url: https://www.bing.com/webmaster/api.svc/json
|
|
2408
|
+
docs: https://nango.dev/docs/api-integrations/bing-webmasters
|
|
2409
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/bing-webmasters/how-to-register-your-own-bing-webmasters-api-oauth-app
|
|
2410
|
+
|
|
2392
2411
|
bitbucket:
|
|
2393
2412
|
display_name: Bitbucket
|
|
2394
2413
|
categories:
|
|
@@ -3671,6 +3690,38 @@ cleverreach:
|
|
|
3671
3690
|
docs: https://nango.dev/docs/api-integrations/cleverreach
|
|
3672
3691
|
setup_guide_url: https://nango.dev/docs/api-integrations/cleverreach/how-to-register-your-own-cleverreach-api-oauth-app
|
|
3673
3692
|
|
|
3693
|
+
clickhouse:
|
|
3694
|
+
display_name: ClickHouse
|
|
3695
|
+
categories:
|
|
3696
|
+
- dev-tools
|
|
3697
|
+
auth_mode: BASIC
|
|
3698
|
+
proxy:
|
|
3699
|
+
base_url: https://api.clickhouse.cloud
|
|
3700
|
+
verification:
|
|
3701
|
+
method: GET
|
|
3702
|
+
headers:
|
|
3703
|
+
content-type: application/json
|
|
3704
|
+
endpoints:
|
|
3705
|
+
- /v1/organizations
|
|
3706
|
+
docs: https://nango.dev/docs/api-integrations/clickhouse
|
|
3707
|
+
docs_connect: https://nango.dev/docs/api-integrations/clickhouse/connect
|
|
3708
|
+
credentials:
|
|
3709
|
+
username:
|
|
3710
|
+
type: string
|
|
3711
|
+
title: Key ID
|
|
3712
|
+
description: Your ClickHouse Cloud API Key ID.
|
|
3713
|
+
pattern: '^[a-zA-Z0-9]+$'
|
|
3714
|
+
example: 'Mlx1****************'
|
|
3715
|
+
doc_section: '#step-1-create-an-api-key'
|
|
3716
|
+
password:
|
|
3717
|
+
type: string
|
|
3718
|
+
title: Key Secret
|
|
3719
|
+
description: Your ClickHouse Cloud API Key Secret.
|
|
3720
|
+
secret: true
|
|
3721
|
+
pattern: '^[a-zA-Z0-9]+$'
|
|
3722
|
+
example: '4b1d2i7O**********************************'
|
|
3723
|
+
doc_section: '#step-1-create-an-api-key'
|
|
3724
|
+
|
|
3674
3725
|
clicksend:
|
|
3675
3726
|
display_name: ClickSend
|
|
3676
3727
|
categories:
|
|
@@ -6155,6 +6206,30 @@ freeagent-sandbox:
|
|
|
6155
6206
|
docs: https://nango.dev/docs/api-integrations/freeagent-sandbox
|
|
6156
6207
|
setup_guide_url: https://nango.dev/docs/api-integrations/freeagent-sandbox/how-to-register-your-own-freeagent-oauth-app
|
|
6157
6208
|
|
|
6209
|
+
freepik:
|
|
6210
|
+
display_name: Freepik
|
|
6211
|
+
categories:
|
|
6212
|
+
- other
|
|
6213
|
+
auth_mode: API_KEY
|
|
6214
|
+
proxy:
|
|
6215
|
+
base_url: https://api.freepik.com
|
|
6216
|
+
headers:
|
|
6217
|
+
x-freepik-api-key: ${apiKey}
|
|
6218
|
+
verification:
|
|
6219
|
+
method: GET
|
|
6220
|
+
endpoints:
|
|
6221
|
+
- /v1/resources
|
|
6222
|
+
docs: https://nango.dev/docs/api-integrations/freepik
|
|
6223
|
+
docs_connect: https://nango.dev/docs/api-integrations/freepik/connect
|
|
6224
|
+
credentials:
|
|
6225
|
+
apiKey:
|
|
6226
|
+
type: string
|
|
6227
|
+
title: API Key
|
|
6228
|
+
description: The API Key for your Freepik account.
|
|
6229
|
+
doc_section: '#step-1-obtain-your-freepik-api-key'
|
|
6230
|
+
example: FPSXc7b3**********************5b2a
|
|
6231
|
+
pattern: 'FPSX[0-9a-f]{32}'
|
|
6232
|
+
|
|
6158
6233
|
figjam:
|
|
6159
6234
|
display_name: FigJam
|
|
6160
6235
|
categories:
|
|
@@ -8314,6 +8389,44 @@ hackerrank-work:
|
|
|
8314
8389
|
default_value: ''
|
|
8315
8390
|
hidden: true
|
|
8316
8391
|
|
|
8392
|
+
halo-psa:
|
|
8393
|
+
display_name: Halo PSA
|
|
8394
|
+
categories:
|
|
8395
|
+
- support
|
|
8396
|
+
- ticketing
|
|
8397
|
+
auth_mode: OAUTH2_CC
|
|
8398
|
+
token_url: https://${connectionConfig.hostname}/auth/token
|
|
8399
|
+
token_request_auth_method: basic
|
|
8400
|
+
scope_separator: ' '
|
|
8401
|
+
token_params:
|
|
8402
|
+
grant_type: client_credentials
|
|
8403
|
+
proxy:
|
|
8404
|
+
base_url: https://${connectionConfig.hostname}/api
|
|
8405
|
+
docs: https://nango.dev/docs/api-integrations/halo-psa
|
|
8406
|
+
docs_connect: https://nango.dev/docs/api-integrations/halo-psa/connect
|
|
8407
|
+
connection_config:
|
|
8408
|
+
hostname:
|
|
8409
|
+
type: string
|
|
8410
|
+
title: Hostname
|
|
8411
|
+
description: Your Halo PSA hostname.
|
|
8412
|
+
example: example.halopsa.com
|
|
8413
|
+
format: hostname
|
|
8414
|
+
prefix: https://
|
|
8415
|
+
doc_section: '#step-1-find-your-halo-api-details'
|
|
8416
|
+
order: 1
|
|
8417
|
+
credentials:
|
|
8418
|
+
client_id:
|
|
8419
|
+
type: string
|
|
8420
|
+
title: Client ID
|
|
8421
|
+
description: Your Halo PSA API application Client ID
|
|
8422
|
+
doc_section: '#step-3-create-an-api-application'
|
|
8423
|
+
client_secret:
|
|
8424
|
+
type: string
|
|
8425
|
+
title: Client Secret
|
|
8426
|
+
description: Your Halo PSA API application Client Secret
|
|
8427
|
+
secret: true
|
|
8428
|
+
doc_section: '#step-3-create-an-api-application'
|
|
8429
|
+
|
|
8317
8430
|
harvest:
|
|
8318
8431
|
display_name: Harvest
|
|
8319
8432
|
categories:
|
|
@@ -10198,6 +10311,31 @@ listmonk:
|
|
|
10198
10311
|
description: The token to your Listmonk account
|
|
10199
10312
|
secret: true
|
|
10200
10313
|
|
|
10314
|
+
listrak:
|
|
10315
|
+
display_name: Listrak
|
|
10316
|
+
categories:
|
|
10317
|
+
- marketing
|
|
10318
|
+
auth_mode: OAUTH2_CC
|
|
10319
|
+
token_url: https://auth.listrak.com/oauth2/token
|
|
10320
|
+
token_params:
|
|
10321
|
+
grant_type: client_credentials
|
|
10322
|
+
proxy:
|
|
10323
|
+
base_url: https://api.listrak.com/email
|
|
10324
|
+
docs: https://nango.dev/docs/api-integrations/listrak
|
|
10325
|
+
docs_connect: https://nango.dev/docs/api-integrations/listrak/connect
|
|
10326
|
+
credentials:
|
|
10327
|
+
client_id:
|
|
10328
|
+
type: string
|
|
10329
|
+
title: Client ID
|
|
10330
|
+
description: Your Listrak API Client ID
|
|
10331
|
+
doc_section: '#step-1-create-api-credentials'
|
|
10332
|
+
client_secret:
|
|
10333
|
+
type: string
|
|
10334
|
+
title: Client Secret
|
|
10335
|
+
description: Your Listrak API Client Secret
|
|
10336
|
+
secret: true
|
|
10337
|
+
doc_section: '#step-1-create-api-credentials'
|
|
10338
|
+
|
|
10201
10339
|
make:
|
|
10202
10340
|
display_name: Make
|
|
10203
10341
|
categories:
|
|
@@ -10602,13 +10740,13 @@ microsoft-teams-bot:
|
|
|
10602
10740
|
botHostTenantId: ${connectionConfig.botHostTenantId}
|
|
10603
10741
|
webhook_routing_script: microsoftTeamsWebhookRouting
|
|
10604
10742
|
post_connection_script: microsoftTeamsBotPostConnection
|
|
10605
|
-
docs: https://nango.dev/docs/integrations/
|
|
10606
|
-
docs_connect: https://nango.dev/docs/integrations/
|
|
10743
|
+
docs: https://nango.dev/docs/api-integrations/microsoft-teams-bot
|
|
10744
|
+
docs_connect: https://nango.dev/docs/api-integrations/microsoft-teams-bot/connect
|
|
10607
10745
|
connection_config:
|
|
10608
10746
|
tenantId:
|
|
10609
10747
|
type: string
|
|
10610
10748
|
title: Tenant ID
|
|
10611
|
-
description: The unique identifier for
|
|
10749
|
+
description: The unique identifier for your Microsoft Entra ID tenant.
|
|
10612
10750
|
format: uuid
|
|
10613
10751
|
example: a1b2c3d4-e5f6-47a8-9b0c-d1234567890f
|
|
10614
10752
|
doc_section: '#step-1-finding-your-tenant-id'
|
|
@@ -12640,6 +12778,34 @@ pendo:
|
|
|
12640
12778
|
description: The API key for your Pendo account
|
|
12641
12779
|
doc_section: '#step-1-finding-pendo-api-key'
|
|
12642
12780
|
|
|
12781
|
+
pendo-oauth:
|
|
12782
|
+
display_name: Pendo (OAuth)
|
|
12783
|
+
categories:
|
|
12784
|
+
- analytics
|
|
12785
|
+
auth_mode: OAUTH2_CC
|
|
12786
|
+
token_url: https://app.pendo.io/oauth/v1/token
|
|
12787
|
+
token_params:
|
|
12788
|
+
grant_type: client_credentials
|
|
12789
|
+
default_scopes:
|
|
12790
|
+
- read:me
|
|
12791
|
+
body_format: form
|
|
12792
|
+
proxy:
|
|
12793
|
+
base_url: https://app.pendo.io
|
|
12794
|
+
docs: https://nango.dev/docs/api-integrations/pendo-oauth
|
|
12795
|
+
docs_connect: https://nango.dev/docs/api-integrations/pendo-oauth/connect
|
|
12796
|
+
credentials:
|
|
12797
|
+
client_id:
|
|
12798
|
+
type: string
|
|
12799
|
+
title: Client ID
|
|
12800
|
+
description: Your Pendo OAuth client ID
|
|
12801
|
+
doc_section: '#step-1-finding-your-pendo-oauth-credentials'
|
|
12802
|
+
client_secret:
|
|
12803
|
+
type: string
|
|
12804
|
+
title: Client Secret
|
|
12805
|
+
description: Your Pendo OAuth client secret
|
|
12806
|
+
secret: true
|
|
12807
|
+
doc_section: '#step-1-finding-your-pendo-oauth-credentials'
|
|
12808
|
+
|
|
12643
12809
|
pennylane:
|
|
12644
12810
|
display_name: Pennylane
|
|
12645
12811
|
categories:
|
|
@@ -15869,6 +16035,44 @@ shopify:
|
|
|
15869
16035
|
prefix: https://
|
|
15870
16036
|
doc_section: '#step-1-finding-your-shopify-domain'
|
|
15871
16037
|
|
|
16038
|
+
shopify-cc:
|
|
16039
|
+
display_name: Shopify (Client Credentials)
|
|
16040
|
+
categories:
|
|
16041
|
+
- e-commerce
|
|
16042
|
+
auth_mode: OAUTH2_CC
|
|
16043
|
+
token_url: https://${connectionConfig.subdomain}.myshopify.com/admin/oauth/access_token
|
|
16044
|
+
token_params:
|
|
16045
|
+
grant_type: client_credentials
|
|
16046
|
+
proxy:
|
|
16047
|
+
base_url: https://${connectionConfig.subdomain}.myshopify.com
|
|
16048
|
+
headers:
|
|
16049
|
+
x-shopify-access-token: ${accessToken}
|
|
16050
|
+
docs: https://nango.dev/docs/api-integrations/shopify-cc
|
|
16051
|
+
docs_connect: https://nango.dev/docs/api-integrations/shopify-cc/connect
|
|
16052
|
+
connection_config:
|
|
16053
|
+
subdomain:
|
|
16054
|
+
type: string
|
|
16055
|
+
title: Shopify Store Domain
|
|
16056
|
+
description: The subdomain of the Shopify store the app is installed in.
|
|
16057
|
+
pattern: '^[a-z0-9_-]+$'
|
|
16058
|
+
example: my-store
|
|
16059
|
+
suffix: .myshopify.com
|
|
16060
|
+
prefix: https://
|
|
16061
|
+
order: 1
|
|
16062
|
+
doc_section: '#step-2-find-your-shopify-store-domain'
|
|
16063
|
+
credentials:
|
|
16064
|
+
client_id:
|
|
16065
|
+
type: string
|
|
16066
|
+
title: Client ID
|
|
16067
|
+
description: The Client ID for your Shopify app.
|
|
16068
|
+
doc_section: '#step-1-generating-your-client-credentials'
|
|
16069
|
+
client_secret:
|
|
16070
|
+
type: string
|
|
16071
|
+
title: Client Secret
|
|
16072
|
+
description: The Client Secret for your Shopify app.
|
|
16073
|
+
secret: true
|
|
16074
|
+
doc_section: '#step-1-generating-your-client-credentials'
|
|
16075
|
+
|
|
15872
16076
|
shopify-api-key:
|
|
15873
16077
|
display_name: Shopify (API Key)
|
|
15874
16078
|
categories:
|
|
@@ -16485,6 +16689,26 @@ statista:
|
|
|
16485
16689
|
pattern: '^[a-zA-Z0-9]+$'
|
|
16486
16690
|
doc_section: '#step-1-finding-your-api-key'
|
|
16487
16691
|
|
|
16692
|
+
stay-ai:
|
|
16693
|
+
display_name: Stay AI
|
|
16694
|
+
categories:
|
|
16695
|
+
- e-commerce
|
|
16696
|
+
auth_mode: API_KEY
|
|
16697
|
+
proxy:
|
|
16698
|
+
base_url: https://api.retextion.com/api
|
|
16699
|
+
headers:
|
|
16700
|
+
x-retextion-access-token: ${apiKey}
|
|
16701
|
+
docs: https://nango.dev/docs/api-integrations/stay-ai
|
|
16702
|
+
docs_connect: https://nango.dev/docs/api-integrations/stay-ai/connect
|
|
16703
|
+
credentials:
|
|
16704
|
+
apiKey:
|
|
16705
|
+
type: string
|
|
16706
|
+
title: API Key
|
|
16707
|
+
description: Your Stay AI API key.
|
|
16708
|
+
example: 7k9***f-***da3e-***hjtb-***22cy
|
|
16709
|
+
pattern: '^[a-z0-9]{7}-[a-z0-9]{7}-[a-z0-9]{7}-[a-z0-9]{7}$'
|
|
16710
|
+
doc_section: '#step-1-create-a-new-api-key'
|
|
16711
|
+
|
|
16488
16712
|
strava:
|
|
16489
16713
|
display_name: Strava (Mobile)
|
|
16490
16714
|
categories:
|
|
@@ -17266,6 +17490,29 @@ tremendous-sandbox:
|
|
|
17266
17490
|
base_url: https://testflight.tremendous.com/api/v2
|
|
17267
17491
|
docs: https://nango.dev/docs/integrations/all/tremendous-sandbox
|
|
17268
17492
|
|
|
17493
|
+
perk:
|
|
17494
|
+
display_name: Perk
|
|
17495
|
+
categories:
|
|
17496
|
+
- productivity
|
|
17497
|
+
auth_mode: OAUTH2
|
|
17498
|
+
authorization_url: https://app.travelperk.com/oauth2/authorize/
|
|
17499
|
+
token_url: https://app.travelperk.com/accounts/oauth2/token/
|
|
17500
|
+
disable_pkce: true
|
|
17501
|
+
scope_separator: ' '
|
|
17502
|
+
authorization_params:
|
|
17503
|
+
response_type: code
|
|
17504
|
+
token_params:
|
|
17505
|
+
grant_type: authorization_code
|
|
17506
|
+
refresh_params:
|
|
17507
|
+
grant_type: refresh_token
|
|
17508
|
+
proxy:
|
|
17509
|
+
base_url: https://api.travelperk.com
|
|
17510
|
+
retry:
|
|
17511
|
+
after:
|
|
17512
|
+
- 'retry-after'
|
|
17513
|
+
docs: https://nango.dev/docs/api-integrations/perk
|
|
17514
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/perk/how-to-register-your-own-perk-api-oauth-app
|
|
17515
|
+
|
|
17269
17516
|
trello:
|
|
17270
17517
|
display_name: Trello
|
|
17271
17518
|
categories:
|
|
@@ -18701,6 +18948,28 @@ workday:
|
|
|
18701
18948
|
description: Workday API Password
|
|
18702
18949
|
doc_section: '#step-5-finding-your-password'
|
|
18703
18950
|
|
|
18951
|
+
workday-adaptive-planning-basic:
|
|
18952
|
+
display_name: Workday Adaptive Planning (Basic Auth)
|
|
18953
|
+
categories:
|
|
18954
|
+
- accounting
|
|
18955
|
+
auth_mode: BASIC
|
|
18956
|
+
proxy:
|
|
18957
|
+
base_url: https://api.adaptiveplanning.com/api/rest
|
|
18958
|
+
docs: https://nango.dev/docs/api-integrations/workday-adaptive-planning-basic
|
|
18959
|
+
docs_connect: https://nango.dev/docs/api-integrations/workday-adaptive-planning-basic/connect
|
|
18960
|
+
credentials:
|
|
18961
|
+
username:
|
|
18962
|
+
type: string
|
|
18963
|
+
title: Username
|
|
18964
|
+
description: Your Workday Adaptive Planning username.
|
|
18965
|
+
doc_section: '#step-1-find-your-username-and-password'
|
|
18966
|
+
password:
|
|
18967
|
+
type: string
|
|
18968
|
+
title: Password
|
|
18969
|
+
description: Your Workday Adaptive Planning password.
|
|
18970
|
+
secret: true
|
|
18971
|
+
doc_section: '#step-1-find-your-username-and-password'
|
|
18972
|
+
|
|
18704
18973
|
workday-oauth:
|
|
18705
18974
|
display_name: Workday (OAuth)
|
|
18706
18975
|
categories:
|
|
@@ -19553,6 +19822,34 @@ snipe-it:
|
|
|
19553
19822
|
doc_section: '#step-2-finding-your-domain'
|
|
19554
19823
|
order: 1
|
|
19555
19824
|
|
|
19825
|
+
zorus:
|
|
19826
|
+
display_name: Zorus
|
|
19827
|
+
categories:
|
|
19828
|
+
- other
|
|
19829
|
+
auth_mode: API_KEY
|
|
19830
|
+
proxy:
|
|
19831
|
+
base_url: https://developer.zorustech.com
|
|
19832
|
+
headers:
|
|
19833
|
+
authorization: Impersonation ${apiKey}
|
|
19834
|
+
zorus-api-version: '1.0'
|
|
19835
|
+
verification:
|
|
19836
|
+
method: POST
|
|
19837
|
+
headers:
|
|
19838
|
+
content-type: application/json
|
|
19839
|
+
endpoints:
|
|
19840
|
+
- /api/customers/search
|
|
19841
|
+
data: { 'page': 1, 'pageSize': 1 }
|
|
19842
|
+
docs: https://nango.dev/docs/api-integrations/zorus
|
|
19843
|
+
docs_connect: https://nango.dev/docs/api-integrations/zorus/connect
|
|
19844
|
+
credentials:
|
|
19845
|
+
apiKey:
|
|
19846
|
+
type: string
|
|
19847
|
+
title: API Token
|
|
19848
|
+
description: The API token generated from the Zorus Portal.
|
|
19849
|
+
doc_section: '#step-1-generating-your-api-token'
|
|
19850
|
+
example: 1_a1b2c3d4-e5f6-7890-abcd-1234567890ab
|
|
19851
|
+
pattern: '^[0-9]+_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'
|
|
19852
|
+
|
|
19556
19853
|
zuora:
|
|
19557
19854
|
display_name: Zuora
|
|
19558
19855
|
categories:
|