@nangohq/providers 0.59.12 → 0.59.13

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +156 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.59.12",
3
+ "version": "0.59.13",
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.59.12",
14
+ "@nangohq/types": "0.59.13",
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:
@@ -8094,6 +8201,29 @@ recharge:
8094
8201
  pattern: '^[a-zA-Z0-9_]+$'
8095
8202
  doc_section: '#step-1-generating-your-api-token'
8096
8203
 
8204
+ recruitcrm:
8205
+ display_name: Recruitcrm
8206
+ categories:
8207
+ - hr
8208
+ auth_mode: API_KEY
8209
+ proxy:
8210
+ base_url: https://api.recruitcrm.com
8211
+ headers:
8212
+ authorization: Bearer ${apiKey}
8213
+ verification:
8214
+ method: GET
8215
+ endpoints:
8216
+ - /api/v1/users/search
8217
+ docs: https://docs.nango.dev/integrations/all/recruitcrm
8218
+ docs_connect: https://docs.nango.dev/integrations/all/recruitcrm/connect
8219
+ credentials:
8220
+ apiKey:
8221
+ type: string
8222
+ title: API Key
8223
+ description: The API Key for your Recruitcrm account
8224
+ example: 9SKXL**************************************
8225
+ doc_section: '#step-1-generating-your-api-key'
8226
+
8097
8227
  recruiterflow:
8098
8228
  display_name: Recruiterflow
8099
8229
  categories:
@@ -9655,6 +9785,32 @@ teamwork:
9655
9785
  base_url: ${connectionConfig.installation.apiEndPoint}
9656
9786
  docs: https://docs.nango.dev/integrations/all/teamwork
9657
9787
 
9788
+ terraform:
9789
+ display_name: Terraform
9790
+ categories:
9791
+ - dev-tools
9792
+ auth_mode: API_KEY
9793
+ proxy:
9794
+ base_url: https://app.terraform.io
9795
+ headers:
9796
+ authorization: Bearer ${apiKey}
9797
+ retry:
9798
+ after: 'x-ratelimit-reset'
9799
+ verification:
9800
+ method: GET
9801
+ endpoints:
9802
+ - /api/v2/organizations
9803
+ docs: https://docs.nango.dev/integrations/all/terraform
9804
+ docs_connect: https://docs.nango.dev/integrations/all/terraform/connect
9805
+ credentials:
9806
+ apiKey:
9807
+ type: string
9808
+ title: API Token
9809
+ description: The API Token for your Terraform account
9810
+ doc_section: '#step-1-generating-your-api-token'
9811
+ example: VbQo****************************
9812
+ pattern: '^[a-zA-Z0-9.]{50,}$'
9813
+
9658
9814
  ticktick:
9659
9815
  display_name: TickTick
9660
9816
  categories: