@nangohq/providers 0.59.12 → 0.60.0
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 +245 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.60.0",
|
|
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.60.0",
|
|
15
15
|
"vitest": "3.1.2"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -1874,6 +1874,28 @@ canny:
|
|
|
1874
1874
|
example: a1f5937c-82df-bd29-4e3a-7b6fda8c54d1
|
|
1875
1875
|
pattern: '^[a-zA-Z0-9-]+$'
|
|
1876
1876
|
doc_section: '#step-1-finding-your-api-key'
|
|
1877
|
+
canva:
|
|
1878
|
+
display_name: Canva
|
|
1879
|
+
categories:
|
|
1880
|
+
- design
|
|
1881
|
+
auth_mode: OAUTH2
|
|
1882
|
+
authorization_url: https://www.canva.com/api/oauth/authorize
|
|
1883
|
+
token_url: https://api.canva.com/rest/v1/oauth/token
|
|
1884
|
+
authorization_params:
|
|
1885
|
+
response_type: code
|
|
1886
|
+
token_params:
|
|
1887
|
+
grant_type: authorization_code
|
|
1888
|
+
refresh_params:
|
|
1889
|
+
grant_type: refresh_token
|
|
1890
|
+
proxy:
|
|
1891
|
+
base_url: https://api.canva.com
|
|
1892
|
+
verification:
|
|
1893
|
+
method: GET
|
|
1894
|
+
endpoints:
|
|
1895
|
+
- /rest/v1/users/me
|
|
1896
|
+
docs: https://docs.nango.dev/integrations/all/canva
|
|
1897
|
+
token_request_auth_method: basic
|
|
1898
|
+
|
|
1877
1899
|
canva-scim:
|
|
1878
1900
|
display_name: Canva (SCIM API)
|
|
1879
1901
|
categories:
|
|
@@ -2563,6 +2585,27 @@ confluence-basic:
|
|
|
2563
2585
|
secret: true
|
|
2564
2586
|
doc_section: '#step-1-getting-your-api-token'
|
|
2565
2587
|
|
|
2588
|
+
confluence-data-center:
|
|
2589
|
+
display_name: Confluence Data Center
|
|
2590
|
+
categories:
|
|
2591
|
+
- productivity
|
|
2592
|
+
- ticketing
|
|
2593
|
+
alias: jira-data-center
|
|
2594
|
+
proxy:
|
|
2595
|
+
retry:
|
|
2596
|
+
after: 'retry-after'
|
|
2597
|
+
base_url: https://${connectionConfig.endpointURL}
|
|
2598
|
+
docs: https://docs.nango.dev/integrations/all/confluence-data-center
|
|
2599
|
+
docs_connect: https://docs.nango.dev/integrations/all/confluence-data-center/connect
|
|
2600
|
+
connection_config:
|
|
2601
|
+
endpointURL:
|
|
2602
|
+
type: string
|
|
2603
|
+
title: Domain
|
|
2604
|
+
description: The domain of your Confluence Data Center instance
|
|
2605
|
+
prefix: https://
|
|
2606
|
+
example: confluence.company.com
|
|
2607
|
+
doc_section: '#step-1-finding-your-domain'
|
|
2608
|
+
|
|
2566
2609
|
contentful:
|
|
2567
2610
|
display_name: Contentful
|
|
2568
2611
|
categories:
|
|
@@ -3121,6 +3164,27 @@ dropbox:
|
|
|
3121
3164
|
base_url: https://api.dropboxapi.com
|
|
3122
3165
|
docs: https://docs.nango.dev/integrations/all/dropbox
|
|
3123
3166
|
|
|
3167
|
+
dropbox-sign:
|
|
3168
|
+
display_name: Dropbox Sign
|
|
3169
|
+
categories:
|
|
3170
|
+
- legal
|
|
3171
|
+
auth_mode: OAUTH2
|
|
3172
|
+
authorization_url: https://app.hellosign.com/oauth/authorize
|
|
3173
|
+
token_url: https://app.hellosign.com/oauth/token
|
|
3174
|
+
authorization_url_skip_empty: true
|
|
3175
|
+
authorization_params:
|
|
3176
|
+
response_type: code
|
|
3177
|
+
token_params:
|
|
3178
|
+
grant_type: authorization_code
|
|
3179
|
+
refresh_params:
|
|
3180
|
+
grant_type: refresh_token
|
|
3181
|
+
refresh_url: https://app.hellosign.com/oauth/token?refresh
|
|
3182
|
+
proxy:
|
|
3183
|
+
retry:
|
|
3184
|
+
at: 'x-ratelimit-reset'
|
|
3185
|
+
base_url: https://api.hellosign.com
|
|
3186
|
+
docs: https://docs.nango.dev/integrations/all/dropbox-sign
|
|
3187
|
+
|
|
3124
3188
|
drupal:
|
|
3125
3189
|
display_name: Drupal
|
|
3126
3190
|
categories:
|
|
@@ -5554,6 +5618,25 @@ jira-data-center-basic:
|
|
|
5554
5618
|
description: The password for your Jira Data Center
|
|
5555
5619
|
doc_section: '#step-2-finding-your-credentials'
|
|
5556
5620
|
|
|
5621
|
+
jobadder:
|
|
5622
|
+
display_name: Jobadder
|
|
5623
|
+
categories:
|
|
5624
|
+
- hr
|
|
5625
|
+
auth_mode: OAUTH2
|
|
5626
|
+
authorization_url: https://id.jobadder.com/connect/authorize
|
|
5627
|
+
token_url: https://id.jobadder.com/connect/token
|
|
5628
|
+
default_scopes:
|
|
5629
|
+
- offline_access
|
|
5630
|
+
authorization_params:
|
|
5631
|
+
response_type: code
|
|
5632
|
+
proxy:
|
|
5633
|
+
base_url: https://api.jobadder.com
|
|
5634
|
+
verification:
|
|
5635
|
+
method: GET
|
|
5636
|
+
endpoints:
|
|
5637
|
+
- /v2/users/current
|
|
5638
|
+
docs: https://docs.nango.dev/integrations/all/jobadder
|
|
5639
|
+
|
|
5557
5640
|
jotform:
|
|
5558
5641
|
display_name: Jotform
|
|
5559
5642
|
categories:
|
|
@@ -7346,6 +7429,30 @@ pandadoc-api-key:
|
|
|
7346
7429
|
example: 3039ba033eb1410caa0a2227158d63c9d6502cd8
|
|
7347
7430
|
pattern: '^[a-fA-F0-9]+$'
|
|
7348
7431
|
|
|
7432
|
+
paychex:
|
|
7433
|
+
display_name: Paychex
|
|
7434
|
+
categories:
|
|
7435
|
+
- hr
|
|
7436
|
+
auth_mode: OAUTH2_CC
|
|
7437
|
+
token_url: https://api.paychex.com/auth/oauth/v2/token
|
|
7438
|
+
token_params:
|
|
7439
|
+
grant_type: client_credentials
|
|
7440
|
+
proxy:
|
|
7441
|
+
base_url: https://api.paychex.com
|
|
7442
|
+
docs: https://docs.nango.dev/integrations/all/paychex
|
|
7443
|
+
docs_connect: https://docs.nango.dev/integrations/all/paychex/connect
|
|
7444
|
+
credentials:
|
|
7445
|
+
client_id:
|
|
7446
|
+
type: string
|
|
7447
|
+
title: API Key
|
|
7448
|
+
description: A unique identifier for your application on Paychex
|
|
7449
|
+
doc_section: '#step-1-generating-your-client-credentials'
|
|
7450
|
+
client_secret:
|
|
7451
|
+
type: string
|
|
7452
|
+
title: Client Secret
|
|
7453
|
+
description: A confidential key used to authenticate the identity of application (client)
|
|
7454
|
+
doc_section: '#step-1-generating-your-client-credentials'
|
|
7455
|
+
|
|
7349
7456
|
payfit:
|
|
7350
7457
|
display_name: Payfit
|
|
7351
7458
|
categories:
|
|
@@ -7779,6 +7886,7 @@ posthog:
|
|
|
7779
7886
|
title: API Key
|
|
7780
7887
|
description: The API key for your PostHog account
|
|
7781
7888
|
doc_section: '#step-1-finding-your-posthog-api-key'
|
|
7889
|
+
|
|
7782
7890
|
prive:
|
|
7783
7891
|
display_name: Prive
|
|
7784
7892
|
categories:
|
|
@@ -7798,6 +7906,26 @@ prive:
|
|
|
7798
7906
|
description: The API key for your Prive account
|
|
7799
7907
|
doc_section: '#step-1-requesting-your-prive-api-key'
|
|
7800
7908
|
|
|
7909
|
+
precisefp:
|
|
7910
|
+
display_name: PreciseFP
|
|
7911
|
+
categories:
|
|
7912
|
+
- crm
|
|
7913
|
+
- productivity
|
|
7914
|
+
auth_mode: OAUTH2
|
|
7915
|
+
authorization_url: https://app.precisefp.com/oauth/authorize
|
|
7916
|
+
token_url: https://app.precisefp.com/oauth/token
|
|
7917
|
+
authorization_params:
|
|
7918
|
+
response_type: code
|
|
7919
|
+
scope: '*'
|
|
7920
|
+
token_params:
|
|
7921
|
+
grant_type: authorization_code
|
|
7922
|
+
refresh_params:
|
|
7923
|
+
grant_type: refresh_token
|
|
7924
|
+
authorization_method: header
|
|
7925
|
+
proxy:
|
|
7926
|
+
base_url: https://app.precisefp.com
|
|
7927
|
+
docs: https://docs.nango.dev/integrations/all/precisefp
|
|
7928
|
+
|
|
7801
7929
|
productboard:
|
|
7802
7930
|
display_name: Productboard
|
|
7803
7931
|
categories:
|
|
@@ -8094,6 +8222,29 @@ recharge:
|
|
|
8094
8222
|
pattern: '^[a-zA-Z0-9_]+$'
|
|
8095
8223
|
doc_section: '#step-1-generating-your-api-token'
|
|
8096
8224
|
|
|
8225
|
+
recruitcrm:
|
|
8226
|
+
display_name: Recruitcrm
|
|
8227
|
+
categories:
|
|
8228
|
+
- hr
|
|
8229
|
+
auth_mode: API_KEY
|
|
8230
|
+
proxy:
|
|
8231
|
+
base_url: https://api.recruitcrm.com
|
|
8232
|
+
headers:
|
|
8233
|
+
authorization: Bearer ${apiKey}
|
|
8234
|
+
verification:
|
|
8235
|
+
method: GET
|
|
8236
|
+
endpoints:
|
|
8237
|
+
- /api/v1/users/search
|
|
8238
|
+
docs: https://docs.nango.dev/integrations/all/recruitcrm
|
|
8239
|
+
docs_connect: https://docs.nango.dev/integrations/all/recruitcrm/connect
|
|
8240
|
+
credentials:
|
|
8241
|
+
apiKey:
|
|
8242
|
+
type: string
|
|
8243
|
+
title: API Key
|
|
8244
|
+
description: The API Key for your Recruitcrm account
|
|
8245
|
+
example: 9SKXL**************************************
|
|
8246
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
8247
|
+
|
|
8097
8248
|
recruiterflow:
|
|
8098
8249
|
display_name: Recruiterflow
|
|
8099
8250
|
categories:
|
|
@@ -9655,6 +9806,32 @@ teamwork:
|
|
|
9655
9806
|
base_url: ${connectionConfig.installation.apiEndPoint}
|
|
9656
9807
|
docs: https://docs.nango.dev/integrations/all/teamwork
|
|
9657
9808
|
|
|
9809
|
+
terraform:
|
|
9810
|
+
display_name: Terraform
|
|
9811
|
+
categories:
|
|
9812
|
+
- dev-tools
|
|
9813
|
+
auth_mode: API_KEY
|
|
9814
|
+
proxy:
|
|
9815
|
+
base_url: https://app.terraform.io
|
|
9816
|
+
headers:
|
|
9817
|
+
authorization: Bearer ${apiKey}
|
|
9818
|
+
retry:
|
|
9819
|
+
after: 'x-ratelimit-reset'
|
|
9820
|
+
verification:
|
|
9821
|
+
method: GET
|
|
9822
|
+
endpoints:
|
|
9823
|
+
- /api/v2/organizations
|
|
9824
|
+
docs: https://docs.nango.dev/integrations/all/terraform
|
|
9825
|
+
docs_connect: https://docs.nango.dev/integrations/all/terraform/connect
|
|
9826
|
+
credentials:
|
|
9827
|
+
apiKey:
|
|
9828
|
+
type: string
|
|
9829
|
+
title: API Token
|
|
9830
|
+
description: The API Token for your Terraform account
|
|
9831
|
+
doc_section: '#step-1-generating-your-api-token'
|
|
9832
|
+
example: VbQo****************************
|
|
9833
|
+
pattern: '^[a-zA-Z0-9.]{50,}$'
|
|
9834
|
+
|
|
9658
9835
|
ticktick:
|
|
9659
9836
|
display_name: TickTick
|
|
9660
9837
|
categories:
|
|
@@ -10212,6 +10389,74 @@ ukg-pro-wfm:
|
|
|
10212
10389
|
example: wfm
|
|
10213
10390
|
doc_section: '#step-1-finding-your-tenant-url-and-tenant-name'
|
|
10214
10391
|
|
|
10392
|
+
ukg-pro:
|
|
10393
|
+
display_name: UKG Pro
|
|
10394
|
+
categories:
|
|
10395
|
+
- hr
|
|
10396
|
+
auth_mode: API_KEY
|
|
10397
|
+
proxy:
|
|
10398
|
+
base_url: https://${connectionConfig.hostname}
|
|
10399
|
+
headers:
|
|
10400
|
+
authorization: Bearer ${apiKey}
|
|
10401
|
+
verification:
|
|
10402
|
+
method: GET
|
|
10403
|
+
endpoints:
|
|
10404
|
+
- /v1/user-details
|
|
10405
|
+
docs: https://docs.nango.dev/integrations/all/ukg-pro
|
|
10406
|
+
docs_connect: https://docs.nango.dev/integrations/all/ukg-pro/connect
|
|
10407
|
+
credentials:
|
|
10408
|
+
apiKey:
|
|
10409
|
+
type: string
|
|
10410
|
+
title: API Token
|
|
10411
|
+
description: The API Token for your UKG Pro account
|
|
10412
|
+
doc_section: '#step-1-creating-a-web-service-account'
|
|
10413
|
+
pattern: '^[a-zA-Z0-9.]{50,}$'
|
|
10414
|
+
connection_config:
|
|
10415
|
+
hostname:
|
|
10416
|
+
type: string
|
|
10417
|
+
title: Hostname
|
|
10418
|
+
description: The tenant URL of your UKG Pro instance
|
|
10419
|
+
format: hostname
|
|
10420
|
+
example: servicet.ultipro.com
|
|
10421
|
+
prefix: https://
|
|
10422
|
+
doc_section: '#step-2-finding-your-service-endpoint'
|
|
10423
|
+
|
|
10424
|
+
ukg-ready:
|
|
10425
|
+
display_name: UKG Ready
|
|
10426
|
+
categories:
|
|
10427
|
+
- hr
|
|
10428
|
+
auth_mode: OAUTH2
|
|
10429
|
+
authorization_url: https://${connectionConfig.hostname}/api/v2/client/tokens
|
|
10430
|
+
token_url: https://${connectionConfig.hostname}/api/v2/client/tokens
|
|
10431
|
+
scope_separator: ' '
|
|
10432
|
+
authorization_params:
|
|
10433
|
+
response_type: code
|
|
10434
|
+
audience: https://${connectionConfig.hostname}/api
|
|
10435
|
+
realm: ${connectionConfig.tenantName}
|
|
10436
|
+
token_params:
|
|
10437
|
+
grant_type: authorization_code
|
|
10438
|
+
refresh_params:
|
|
10439
|
+
grant_type: refresh_token
|
|
10440
|
+
proxy:
|
|
10441
|
+
base_url: https://${connectionConfig.hostname}
|
|
10442
|
+
docs: https://docs.nango.dev/integrations/all/ukg-ready
|
|
10443
|
+
docs_connect: https://docs.nango.dev/integrations/all/ukg-ready/connect
|
|
10444
|
+
connection_config:
|
|
10445
|
+
hostname:
|
|
10446
|
+
type: string
|
|
10447
|
+
title: Tenant URL
|
|
10448
|
+
description: The tenant URL of your UKG Ready instance
|
|
10449
|
+
format: hostname
|
|
10450
|
+
example: wfm.us1.ukg.com
|
|
10451
|
+
suffix: /api
|
|
10452
|
+
prefix: https://
|
|
10453
|
+
doc_section: '#step-1-finding-your-tenant-url-and-tenant-name'
|
|
10454
|
+
tenantName:
|
|
10455
|
+
type: string
|
|
10456
|
+
title: Tenant Name
|
|
10457
|
+
description: The tenant name of your UKG Ready instance
|
|
10458
|
+
example: wfm
|
|
10459
|
+
doc_section: '#step-1-finding-your-tenant-url-and-tenant-name'
|
|
10215
10460
|
unanet:
|
|
10216
10461
|
display_name: Unanet
|
|
10217
10462
|
categories:
|