@nangohq/providers 0.67.0 → 0.67.2

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 +287 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.67.0",
3
+ "version": "0.67.2",
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.0",
14
+ "@nangohq/types": "0.67.2",
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:
@@ -8182,6 +8366,27 @@ paypal-sandbox:
8182
8366
  base_url: https://api-m.sandbox.paypal.com
8183
8367
  docs: https://docs.nango.dev/integrations/all/paypal-sandbox
8184
8368
 
8369
+ pax8:
8370
+ display_name: Pax8
8371
+ categories:
8372
+ - other
8373
+ auth_mode: OAUTH2_CC
8374
+ body_format: json
8375
+ token_url: https://api.pax8.com/v1/token
8376
+ token_params:
8377
+ grant_type: client_credentials
8378
+ audience: ${connectionConfig.audience} || https://api.pax8.com
8379
+ proxy:
8380
+ base_url: https://api.pax8.com
8381
+ docs: https://docs.nango.dev/integrations/all/pax8
8382
+ docs_connect: https://docs.nango.dev/integrations/all/pax8/connect
8383
+ connection_config:
8384
+ audience:
8385
+ type: string
8386
+ title: ''
8387
+ description: ''
8388
+ automated: true
8389
+
8185
8390
  pendo:
8186
8391
  display_name: Pendo
8187
8392
  categories:
@@ -8444,6 +8649,45 @@ pipedrive:
8444
8649
  format: uri
8445
8650
  pattern: '^https?://.*$'
8446
8651
 
8652
+ pipedream:
8653
+ display_name: Pipedream (API Key)
8654
+ categories:
8655
+ - dev-tools
8656
+ - productivity
8657
+ auth_mode: API_KEY
8658
+ proxy:
8659
+ headers:
8660
+ authorization: Bearer ${apiKey}
8661
+ base_url: https://api.pipedream.com
8662
+ verification:
8663
+ method: GET
8664
+ endpoints:
8665
+ - /v1/users/me
8666
+ docs: https://docs.nango.dev/integrations/all/pipedream
8667
+ docs_connect: https://docs.nango.dev/integrations/all/pipedream/connect
8668
+ credentials:
8669
+ apiKey:
8670
+ type: string
8671
+ title: API Key
8672
+ description: The API Key for your Pipedream account
8673
+ pattern: '^[a-f0-9]{32}$'
8674
+ example: 9a1b2c3d4e5f67890abcdeffedcba123
8675
+ doc_section: '#step-1-finding-your-api-key'
8676
+
8677
+ pipedream-oauth2-cc:
8678
+ display_name: Pipedream (Client Credentials)
8679
+ categories:
8680
+ - dev-tools
8681
+ - productivity
8682
+ auth_mode: OAUTH2_CC
8683
+ token_url: https://api.pipedream.com/v1/oauth/token
8684
+ token_params:
8685
+ grant_type: client_credentials
8686
+ proxy:
8687
+ base_url: https://api.pipedream.com
8688
+ docs: https://docs.nango.dev/integrations/all/pipedream-oauth2-cc
8689
+ docs_connect: https://docs.nango.dev/integrations/all/pipedream-oauth2-cc/connect
8690
+
8447
8691
  pivotaltracker:
8448
8692
  display_name: Pivotal Tracker
8449
8693
  categories:
@@ -9209,6 +9453,27 @@ rock-gym-pro:
9209
9453
  title: API Password
9210
9454
  description: Your Rock Gym Pro API password
9211
9455
 
9456
+ roller:
9457
+ display_name: Roller
9458
+ categories:
9459
+ - ticketing
9460
+ auth_mode: OAUTH2_CC
9461
+ token_url: https://api.roller.app/token
9462
+ body_format: json
9463
+ credentials:
9464
+ client_id:
9465
+ type: string
9466
+ title: Client ID
9467
+ description: Roller client ID
9468
+ client_secret:
9469
+ type: string
9470
+ title: Client Secret
9471
+ description: Roller client secret
9472
+ proxy:
9473
+ base_url: https://api.roller.app
9474
+
9475
+ docs: https://docs.nango.dev/integrations/all/roller
9476
+
9212
9477
  rootly:
9213
9478
  display_name: Rootly
9214
9479
  categories:
@@ -10300,6 +10565,7 @@ snowflake-jwt:
10300
10565
  title: User Name
10301
10566
  description: The username for your Snowflake account used for authentication
10302
10567
  example: MYUSER
10568
+ pattern: ^[A-Z0-9]+$
10303
10569
  doc_section: '#step-3-finding-your-user-name'
10304
10570
  privateKey:
10305
10571
  type: string
@@ -11379,7 +11645,7 @@ ukg-ready:
11379
11645
  title: Company ID
11380
11646
  description: A unique identifier for your company.
11381
11647
  example: '23444234'
11382
- doc_section: '#step-2-finding-your-company-id'
11648
+ doc_section: '#step-3-finding-your-company-id'
11383
11649
  hostname:
11384
11650
  type: string
11385
11651
  title: Hostname
@@ -11388,7 +11654,7 @@ ukg-ready:
11388
11654
  example: secure.us.rdy.ukg
11389
11655
  suffix: /ta
11390
11656
  prefix: https://
11391
- doc_section: '#step-3-finding-your-hostname'
11657
+ doc_section: '#step-4-finding-your-hostname'
11392
11658
  unanet:
11393
11659
  display_name: Unanet
11394
11660
  categories:
@@ -12173,6 +12439,25 @@ zoho-crm:
12173
12439
  alias: zoho
12174
12440
  docs: https://docs.nango.dev/integrations/all/zoho-crm
12175
12441
 
12442
+ zoho-calendar:
12443
+ display_name: Zoho Calendar
12444
+ categories:
12445
+ - productivity
12446
+ alias: zoho
12447
+ proxy:
12448
+ base_url: https://calendar.zoho.com/api
12449
+ docs: https://docs.nango.dev/integrations/all/zoho-calendar
12450
+ docs_connect: https://docs.nango.dev/integrations/all/zoho-calendar/connect
12451
+ connection_config:
12452
+ extension:
12453
+ type: string
12454
+ title: Domain Extension
12455
+ description: The domain extension of your Zoho Calendar
12456
+ pattern: '^[a-z.]+$'
12457
+ prefix: https://calendar.zoho.
12458
+ example: com
12459
+ suffix: /
12460
+
12176
12461
  zoho-desk:
12177
12462
  display_name: Zoho Desk
12178
12463
  categories: