@nangohq/providers 0.67.0 → 0.67.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 +266 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.67.
|
|
3
|
+
"version": "0.67.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.67.
|
|
14
|
+
"@nangohq/types": "0.67.1",
|
|
15
15
|
"vitest": "3.2.4"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -182,6 +182,18 @@ adp:
|
|
|
182
182
|
secret: true
|
|
183
183
|
doc_section: '#step-2-generating-the-private-key-and-certificate-signing-request'
|
|
184
184
|
|
|
185
|
+
adp-run:
|
|
186
|
+
alias: adp
|
|
187
|
+
display_name: RUN Powered by ADP
|
|
188
|
+
docs: https://docs.nango.dev/integrations/all/adp-run
|
|
189
|
+
docs_connect: https://docs.nango.dev/integrations/all/adp-run/connect
|
|
190
|
+
|
|
191
|
+
adp-workforce-now-next-gen:
|
|
192
|
+
alias: adp
|
|
193
|
+
display_name: ADP Workforce Now Next Generation
|
|
194
|
+
docs: https://docs.nango.dev/integrations/all/adp-workforce-now-next-gen
|
|
195
|
+
docs_connect: https://docs.nango.dev/integrations/all/adp-workforce-now-next-gen/connect
|
|
196
|
+
|
|
185
197
|
adyen:
|
|
186
198
|
display_name: Adyen
|
|
187
199
|
categories:
|
|
@@ -1072,6 +1084,30 @@ avalara-sandbox:
|
|
|
1072
1084
|
description: The Avalara client for your Avalara account
|
|
1073
1085
|
doc_section: '#step-2-generating-an-avalara-client'
|
|
1074
1086
|
|
|
1087
|
+
avoma:
|
|
1088
|
+
display_name: Avoma
|
|
1089
|
+
categories:
|
|
1090
|
+
- productivity
|
|
1091
|
+
auth_mode: API_KEY
|
|
1092
|
+
proxy:
|
|
1093
|
+
base_url: https://api.avoma.com
|
|
1094
|
+
headers:
|
|
1095
|
+
authorization: Bearer ${apiKey}
|
|
1096
|
+
verification:
|
|
1097
|
+
method: GET
|
|
1098
|
+
endpoints:
|
|
1099
|
+
- /v1/users
|
|
1100
|
+
docs: https://docs.nango.dev/integrations/all/avoma
|
|
1101
|
+
docs_connect: https://docs.nango.dev/integrations/all/avoma/connect
|
|
1102
|
+
credentials:
|
|
1103
|
+
apiKey:
|
|
1104
|
+
type: string
|
|
1105
|
+
title: API Key
|
|
1106
|
+
description: The API Key for your Avoma account
|
|
1107
|
+
pattern: '^[a-z0-9]{10,}:[a-z0-9]{10,}$'
|
|
1108
|
+
example: '1awcbx0njh:02k6er2pld4q5irffn23'
|
|
1109
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
1110
|
+
|
|
1075
1111
|
aws:
|
|
1076
1112
|
display_name: AWS
|
|
1077
1113
|
categories:
|
|
@@ -2427,6 +2463,32 @@ clickup:
|
|
|
2427
2463
|
base_url: https://api.clickup.com
|
|
2428
2464
|
docs: https://docs.nango.dev/integrations/all/clickup
|
|
2429
2465
|
|
|
2466
|
+
clerk:
|
|
2467
|
+
display_name: Clerk
|
|
2468
|
+
categories:
|
|
2469
|
+
- dev-tools
|
|
2470
|
+
- other
|
|
2471
|
+
auth_mode: API_KEY
|
|
2472
|
+
proxy:
|
|
2473
|
+
base_url: https://api.clerk.com
|
|
2474
|
+
headers:
|
|
2475
|
+
authorization: Bearer ${apiKey}
|
|
2476
|
+
verification:
|
|
2477
|
+
method: GET
|
|
2478
|
+
endpoints:
|
|
2479
|
+
- /v1/jwks
|
|
2480
|
+
docs: https://docs.nango.dev/integrations/all/clerk
|
|
2481
|
+
docs_connect: https://docs.nango.dev/integrations/all/clerk/connect
|
|
2482
|
+
credentials:
|
|
2483
|
+
apiKey:
|
|
2484
|
+
type: string
|
|
2485
|
+
title: Secret Key
|
|
2486
|
+
description: Your Clerk Secret Key (starts with sk_test_ or sk_live_)
|
|
2487
|
+
secret: true
|
|
2488
|
+
pattern: '^sk_(test|live)_[a-zA-Z0-9]+$'
|
|
2489
|
+
example: 'sk_test_abcdefghijklmnop123456789'
|
|
2490
|
+
doc_section: '#step-1-retrieve-your-clerk-secret-key'
|
|
2491
|
+
|
|
2430
2492
|
cloudentity:
|
|
2431
2493
|
display_name: Cloudentity
|
|
2432
2494
|
auth_mode: OAUTH2_CC
|
|
@@ -4209,6 +4271,38 @@ fitbit:
|
|
|
4209
4271
|
base_url: https://api.fitbit.com
|
|
4210
4272
|
docs: https://docs.nango.dev/integrations/all/fitbit
|
|
4211
4273
|
|
|
4274
|
+
float:
|
|
4275
|
+
display_name: Float
|
|
4276
|
+
categories:
|
|
4277
|
+
- productivity
|
|
4278
|
+
auth_mode: API_KEY
|
|
4279
|
+
proxy:
|
|
4280
|
+
headers:
|
|
4281
|
+
authorization: Bearer ${apiKey}
|
|
4282
|
+
user-agent: ${connectionConfig.appDetails} || App (support@nango.dev)
|
|
4283
|
+
base_url: https://api.float.com
|
|
4284
|
+
verification:
|
|
4285
|
+
method: GET
|
|
4286
|
+
endpoints:
|
|
4287
|
+
- /v3/tasks
|
|
4288
|
+
docs: https://docs.nango.dev/integrations/all/float
|
|
4289
|
+
docs_connect: https://docs.nango.dev/integrations/all/float/connect
|
|
4290
|
+
credentials:
|
|
4291
|
+
apiKey:
|
|
4292
|
+
type: string
|
|
4293
|
+
title: API Key
|
|
4294
|
+
description: The API key for your Float account
|
|
4295
|
+
pattern: '^[a-f0-9]{16}[a-zA-Z0-9+/]+=$'
|
|
4296
|
+
example: c9b38e5af69912d0rq9tE/fbT5/RPLk8Ua7tfHo9s6xMiCKvmCOvenR/Krc=
|
|
4297
|
+
doc_section: '#step-1-finding-your-api-key'
|
|
4298
|
+
|
|
4299
|
+
connection_config:
|
|
4300
|
+
appDetails:
|
|
4301
|
+
type: string
|
|
4302
|
+
title: App Details
|
|
4303
|
+
description: The details of your app
|
|
4304
|
+
automated: true
|
|
4305
|
+
|
|
4212
4306
|
fortnox:
|
|
4213
4307
|
display_name: Fortnox
|
|
4214
4308
|
categories:
|
|
@@ -5677,6 +5771,25 @@ holded:
|
|
|
5677
5771
|
title: API Key
|
|
5678
5772
|
description: The API key for your Holded account
|
|
5679
5773
|
|
|
5774
|
+
hover:
|
|
5775
|
+
display_name: Hover
|
|
5776
|
+
categories:
|
|
5777
|
+
- productivity
|
|
5778
|
+
auth_mode: OAUTH2
|
|
5779
|
+
authorization_url: https://hover.to/oauth/authorize
|
|
5780
|
+
token_url: https://hover.to/oauth/token
|
|
5781
|
+
disable_pkce: true
|
|
5782
|
+
token_request_auth_method: basic
|
|
5783
|
+
authorization_params:
|
|
5784
|
+
response_type: code
|
|
5785
|
+
token_params:
|
|
5786
|
+
grant_type: authorization_code
|
|
5787
|
+
refresh_params:
|
|
5788
|
+
grant_type: refresh_token
|
|
5789
|
+
proxy:
|
|
5790
|
+
base_url: https://api.hover.to
|
|
5791
|
+
docs: https://docs.nango.dev/integrations/all/hover
|
|
5792
|
+
|
|
5680
5793
|
hubspot:
|
|
5681
5794
|
display_name: HubSpot
|
|
5682
5795
|
categories:
|
|
@@ -5796,6 +5909,41 @@ instagram:
|
|
|
5796
5909
|
base_url: https://graph.instagram.com
|
|
5797
5910
|
docs: https://docs.nango.dev/integrations/all/instagram
|
|
5798
5911
|
|
|
5912
|
+
itglue:
|
|
5913
|
+
display_name: IT Glue
|
|
5914
|
+
categories:
|
|
5915
|
+
- productivity
|
|
5916
|
+
- other
|
|
5917
|
+
auth_mode: API_KEY
|
|
5918
|
+
proxy:
|
|
5919
|
+
base_url: https://${connectionConfig.subdomain}.itglue.com
|
|
5920
|
+
headers:
|
|
5921
|
+
x-api-key: ${apiKey}
|
|
5922
|
+
content-type: application/vnd.api+json
|
|
5923
|
+
verification:
|
|
5924
|
+
method: GET
|
|
5925
|
+
endpoints:
|
|
5926
|
+
- /organizations
|
|
5927
|
+
docs: https://docs.nango.dev/integrations/all/itglue
|
|
5928
|
+
docs_connect: https://docs.nango.dev/integrations/all/itglue/connect
|
|
5929
|
+
credentials:
|
|
5930
|
+
apiKey:
|
|
5931
|
+
type: string
|
|
5932
|
+
title: API Key
|
|
5933
|
+
description: Your IT Glue API key
|
|
5934
|
+
doc_section: '#step-2-generating-your-api-key'
|
|
5935
|
+
pattern: '^ITG\.[a-zA-Z0-9._-]+$'
|
|
5936
|
+
example: ITG.12cca334567890_123456vasfagas7890
|
|
5937
|
+
connection_config:
|
|
5938
|
+
subdomain:
|
|
5939
|
+
type: string
|
|
5940
|
+
title: Subdomain
|
|
5941
|
+
description: Your IT Glue subdomain (api, api.eu, or api.au)
|
|
5942
|
+
pattern: '^api(\.(eu|au))?$'
|
|
5943
|
+
example: api
|
|
5944
|
+
doc_section: '#step-1-finding-your-subdomain'
|
|
5945
|
+
order: 1
|
|
5946
|
+
|
|
5799
5947
|
intercom:
|
|
5800
5948
|
display_name: Intercom
|
|
5801
5949
|
categories:
|
|
@@ -6094,6 +6242,42 @@ jobadder:
|
|
|
6094
6242
|
- /v2/users/current
|
|
6095
6243
|
docs: https://docs.nango.dev/integrations/all/jobadder
|
|
6096
6244
|
|
|
6245
|
+
jobdiva:
|
|
6246
|
+
display_name: JobDiva
|
|
6247
|
+
categories:
|
|
6248
|
+
- hr
|
|
6249
|
+
- ats
|
|
6250
|
+
auth_mode: TWO_STEP
|
|
6251
|
+
token_url: https://api.jobdiva.com/apiv2/authenticate?clientid=${credentials.clientId}&username=${credentials.username}&password=${credentials.password}
|
|
6252
|
+
token_request_method: GET
|
|
6253
|
+
proxy:
|
|
6254
|
+
base_url: https://api.jobdiva.com
|
|
6255
|
+
token_response:
|
|
6256
|
+
token: ''
|
|
6257
|
+
docs: https://docs.nango.dev/integrations/all/jobdiva
|
|
6258
|
+
docs_connect: https://docs.nango.dev/integrations/all/jobdiva/connect
|
|
6259
|
+
credentials:
|
|
6260
|
+
clientId:
|
|
6261
|
+
type: string
|
|
6262
|
+
title: Client ID
|
|
6263
|
+
description: Your JobDiva Client ID
|
|
6264
|
+
example: '3050'
|
|
6265
|
+
doc_section: '#step-1-obtaining-your-client-id'
|
|
6266
|
+
pattern: '^[0-9]{4}$'
|
|
6267
|
+
username:
|
|
6268
|
+
type: string
|
|
6269
|
+
title: Username
|
|
6270
|
+
description: Your JobDiva API username
|
|
6271
|
+
example: username
|
|
6272
|
+
doc_section: '#step-2-creating-an-api-user'
|
|
6273
|
+
password:
|
|
6274
|
+
type: string
|
|
6275
|
+
title: Password
|
|
6276
|
+
description: Your JobDiva API password
|
|
6277
|
+
secret: true
|
|
6278
|
+
example: password
|
|
6279
|
+
doc_section: '#step-2-creating-an-api-user'
|
|
6280
|
+
|
|
6097
6281
|
jobvite:
|
|
6098
6282
|
display_name: Jobvite
|
|
6099
6283
|
categories:
|
|
@@ -8444,6 +8628,45 @@ pipedrive:
|
|
|
8444
8628
|
format: uri
|
|
8445
8629
|
pattern: '^https?://.*$'
|
|
8446
8630
|
|
|
8631
|
+
pipedream:
|
|
8632
|
+
display_name: Pipedream (API Key)
|
|
8633
|
+
categories:
|
|
8634
|
+
- dev-tools
|
|
8635
|
+
- productivity
|
|
8636
|
+
auth_mode: API_KEY
|
|
8637
|
+
proxy:
|
|
8638
|
+
headers:
|
|
8639
|
+
authorization: Bearer ${apiKey}
|
|
8640
|
+
base_url: https://api.pipedream.com
|
|
8641
|
+
verification:
|
|
8642
|
+
method: GET
|
|
8643
|
+
endpoints:
|
|
8644
|
+
- /v1/users/me
|
|
8645
|
+
docs: https://docs.nango.dev/integrations/all/pipedream
|
|
8646
|
+
docs_connect: https://docs.nango.dev/integrations/all/pipedream/connect
|
|
8647
|
+
credentials:
|
|
8648
|
+
apiKey:
|
|
8649
|
+
type: string
|
|
8650
|
+
title: API Key
|
|
8651
|
+
description: The API Key for your Pipedream account
|
|
8652
|
+
pattern: '^[a-f0-9]{32}$'
|
|
8653
|
+
example: 9a1b2c3d4e5f67890abcdeffedcba123
|
|
8654
|
+
doc_section: '#step-1-finding-your-api-key'
|
|
8655
|
+
|
|
8656
|
+
pipedream-oauth2-cc:
|
|
8657
|
+
display_name: Pipedream (Client Credentials)
|
|
8658
|
+
categories:
|
|
8659
|
+
- dev-tools
|
|
8660
|
+
- productivity
|
|
8661
|
+
auth_mode: OAUTH2_CC
|
|
8662
|
+
token_url: https://api.pipedream.com/v1/oauth/token
|
|
8663
|
+
token_params:
|
|
8664
|
+
grant_type: client_credentials
|
|
8665
|
+
proxy:
|
|
8666
|
+
base_url: https://api.pipedream.com
|
|
8667
|
+
docs: https://docs.nango.dev/integrations/all/pipedream-oauth2-cc
|
|
8668
|
+
docs_connect: https://docs.nango.dev/integrations/all/pipedream-oauth2-cc/connect
|
|
8669
|
+
|
|
8447
8670
|
pivotaltracker:
|
|
8448
8671
|
display_name: Pivotal Tracker
|
|
8449
8672
|
categories:
|
|
@@ -9209,6 +9432,27 @@ rock-gym-pro:
|
|
|
9209
9432
|
title: API Password
|
|
9210
9433
|
description: Your Rock Gym Pro API password
|
|
9211
9434
|
|
|
9435
|
+
roller:
|
|
9436
|
+
display_name: Roller
|
|
9437
|
+
categories:
|
|
9438
|
+
- ticketing
|
|
9439
|
+
auth_mode: OAUTH2_CC
|
|
9440
|
+
token_url: https://api.roller.app/token
|
|
9441
|
+
body_format: json
|
|
9442
|
+
credentials:
|
|
9443
|
+
client_id:
|
|
9444
|
+
type: string
|
|
9445
|
+
title: Client ID
|
|
9446
|
+
description: Roller client ID
|
|
9447
|
+
client_secret:
|
|
9448
|
+
type: string
|
|
9449
|
+
title: Client Secret
|
|
9450
|
+
description: Roller client secret
|
|
9451
|
+
proxy:
|
|
9452
|
+
base_url: https://api.roller.app
|
|
9453
|
+
|
|
9454
|
+
docs: https://docs.nango.dev/integrations/all/roller
|
|
9455
|
+
|
|
9212
9456
|
rootly:
|
|
9213
9457
|
display_name: Rootly
|
|
9214
9458
|
categories:
|
|
@@ -10300,6 +10544,7 @@ snowflake-jwt:
|
|
|
10300
10544
|
title: User Name
|
|
10301
10545
|
description: The username for your Snowflake account used for authentication
|
|
10302
10546
|
example: MYUSER
|
|
10547
|
+
pattern: ^[A-Z0-9]+$
|
|
10303
10548
|
doc_section: '#step-3-finding-your-user-name'
|
|
10304
10549
|
privateKey:
|
|
10305
10550
|
type: string
|
|
@@ -11379,7 +11624,7 @@ ukg-ready:
|
|
|
11379
11624
|
title: Company ID
|
|
11380
11625
|
description: A unique identifier for your company.
|
|
11381
11626
|
example: '23444234'
|
|
11382
|
-
doc_section: '#step-
|
|
11627
|
+
doc_section: '#step-3-finding-your-company-id'
|
|
11383
11628
|
hostname:
|
|
11384
11629
|
type: string
|
|
11385
11630
|
title: Hostname
|
|
@@ -11388,7 +11633,7 @@ ukg-ready:
|
|
|
11388
11633
|
example: secure.us.rdy.ukg
|
|
11389
11634
|
suffix: /ta
|
|
11390
11635
|
prefix: https://
|
|
11391
|
-
doc_section: '#step-
|
|
11636
|
+
doc_section: '#step-4-finding-your-hostname'
|
|
11392
11637
|
unanet:
|
|
11393
11638
|
display_name: Unanet
|
|
11394
11639
|
categories:
|
|
@@ -12173,6 +12418,25 @@ zoho-crm:
|
|
|
12173
12418
|
alias: zoho
|
|
12174
12419
|
docs: https://docs.nango.dev/integrations/all/zoho-crm
|
|
12175
12420
|
|
|
12421
|
+
zoho-calendar:
|
|
12422
|
+
display_name: Zoho Calendar
|
|
12423
|
+
categories:
|
|
12424
|
+
- productivity
|
|
12425
|
+
alias: zoho
|
|
12426
|
+
proxy:
|
|
12427
|
+
base_url: https://calendar.zoho.com/api
|
|
12428
|
+
docs: https://docs.nango.dev/integrations/all/zoho-calendar
|
|
12429
|
+
docs_connect: https://docs.nango.dev/integrations/all/zoho-calendar/connect
|
|
12430
|
+
connection_config:
|
|
12431
|
+
extension:
|
|
12432
|
+
type: string
|
|
12433
|
+
title: Domain Extension
|
|
12434
|
+
description: The domain extension of your Zoho Calendar
|
|
12435
|
+
pattern: '^[a-z.]+$'
|
|
12436
|
+
prefix: https://calendar.zoho.
|
|
12437
|
+
example: com
|
|
12438
|
+
suffix: /
|
|
12439
|
+
|
|
12176
12440
|
zoho-desk:
|
|
12177
12441
|
display_name: Zoho Desk
|
|
12178
12442
|
categories:
|