@nangohq/providers 0.69.13 → 0.69.14

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 +3 -3
  2. package/providers.yaml +238 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.69.13",
3
+ "version": "0.69.14",
4
4
  "description": "Nango's providers.yaml and getters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -8,10 +8,10 @@
8
8
  "private": false,
9
9
  "scripts": {},
10
10
  "dependencies": {
11
- "js-yaml": "4.1.0"
11
+ "js-yaml": "4.1.1"
12
12
  },
13
13
  "devDependencies": {
14
- "@nangohq/types": "0.69.13",
14
+ "@nangohq/types": "0.69.14",
15
15
  "vitest": "3.2.4"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -3267,7 +3267,6 @@ connectwise-psa-staging:
3267
3267
  - ticketing
3268
3268
  auth_mode: BASIC
3269
3269
  webhook_routing_script: connectwisePsaWebhookRouting
3270
-
3271
3270
  proxy:
3272
3271
  base_url: https://api-staging.connectwisedev.com/v4_6_release/apis/3.0
3273
3272
  headers:
@@ -3532,6 +3531,35 @@ cursor:
3532
3531
  example: key_9164000970ca2f15c999047a0e2b7e03127885be41198616a6975af08b28239b
3533
3532
  pattern: '^key_[a-f0-9]{64}$'
3534
3533
 
3534
+ cursor-admin:
3535
+ display_name: Cursor Admin
3536
+ categories:
3537
+ - dev-tools
3538
+ auth_mode: BASIC
3539
+ proxy:
3540
+ base_url: https://api.cursor.com
3541
+ verification:
3542
+ method: GET
3543
+ endpoints:
3544
+ - /teams/members
3545
+ docs: https://nango.dev/docs/integrations/all/cursor-admin
3546
+ docs_connect: https://nango.dev/docs/integrations/all/cursor-admin/connect
3547
+ credentials:
3548
+ username:
3549
+ type: string
3550
+ title: API key
3551
+ description: The API Key of your Greenhouse account
3552
+ example: key_9164000970ca2f15c999047a0e2b7e03127885be41198616a6975af08b28239b
3553
+ pattern: '^key_[a-f0-9]{64}$'
3554
+ secret: true
3555
+ doc_section: '#step-1-finding-api-key'
3556
+ password:
3557
+ type: string
3558
+ title: Password
3559
+ description: Password
3560
+ default_value: ''
3561
+ hidden: true
3562
+
3535
3563
  databricks-account:
3536
3564
  display_name: Databricks (Account Level)
3537
3565
  categories:
@@ -3701,6 +3729,10 @@ dayforce:
3701
3729
  client_id: Dayforce.HCMAnywhere.Client
3702
3730
  token_headers:
3703
3731
  content-type: application/x-www-form-urlencoded
3732
+ token_response:
3733
+ token: access_token
3734
+ token_expiration: expires_in
3735
+ token_expiration_strategy: expireIn
3704
3736
  docs: https://nango.dev/docs/integrations/all/dayforce
3705
3737
  docs_connect: https://nango.dev/docs/integrations/all/dayforce/connect
3706
3738
  connection_config:
@@ -3970,6 +4002,38 @@ discourse:
3970
4002
  title: API Key
3971
4003
  description: The API key for your Discourse account
3972
4004
 
4005
+ crisp:
4006
+ display_name: Crisp
4007
+ categories:
4008
+ - communication
4009
+ - support
4010
+ auth_mode: BASIC
4011
+ proxy:
4012
+ base_url: https://api.crisp.chat
4013
+ headers:
4014
+ x-crisp-tier: plugin
4015
+ verification:
4016
+ method: GET
4017
+ endpoints:
4018
+ - /v1/plugin/connect/account
4019
+ docs: https://nango.dev/docs/integrations/all/crisp
4020
+ docs_connect: https://nango.dev/docs/integrations/all/crisp/connect
4021
+ credentials:
4022
+ username:
4023
+ type: string
4024
+ title: Token Identifier
4025
+ description: The identifier part of your Crisp token keypair
4026
+ example: 123e4567-e89b-12d3-a456-426614174000
4027
+ format: uuid
4028
+ doc_section: '#step-1-generating-your-token-keypair'
4029
+ password:
4030
+ type: string
4031
+ title: Token Key
4032
+ pattern: '^[a-f0-9]{64}$'
4033
+ example: a3f5c8d2b9e4713f2c0a7b4d5e6f8c9b1a2d3e4f5b6c7d8e9f0a1b2c3d4e5f6a7
4034
+ description: The key part of your Crisp token keypair
4035
+ doc_section: '#step-1-generating-your-token-keypair'
4036
+
3973
4037
  dixa:
3974
4038
  display_name: Dixa
3975
4039
  categories:
@@ -4143,6 +4207,49 @@ dropbox-sign:
4143
4207
  base_url: https://api.hellosign.com
4144
4208
  docs: https://nango.dev/docs/integrations/all/dropbox-sign
4145
4209
 
4210
+ drchrono:
4211
+ display_name: DrChrono
4212
+ categories:
4213
+ - other
4214
+ auth_mode: OAUTH2
4215
+ authorization_url: https://app.drchrono.com/o/authorize/
4216
+ token_url: https://app.drchrono.com/o/token/
4217
+ authorization_params:
4218
+ response_type: code
4219
+ token_params:
4220
+ grant_type: authorization_code
4221
+ refresh_params:
4222
+ grant_type: refresh_token
4223
+ proxy:
4224
+ base_url: https://app.drchrono.com
4225
+ docs: https://nango.dev/docs/integrations/all/drchrono
4226
+
4227
+ contactout:
4228
+ display_name: ContactOut
4229
+ categories:
4230
+ - crm
4231
+ auth_mode: API_KEY
4232
+ proxy:
4233
+ base_url: https://api.contactout.com
4234
+ headers:
4235
+ authorization: basic
4236
+ token: ${apiKey}
4237
+ retry:
4238
+ after:
4239
+ - 'retry-after'
4240
+ verification:
4241
+ method: GET
4242
+ endpoints:
4243
+ - /v1/stats
4244
+ docs: https://nango.dev/docs/integrations/all/contactout
4245
+ docs_connect: https://nango.dev/docs/integrations/all/contactout/connect
4246
+ credentials:
4247
+ apiKey:
4248
+ type: string
4249
+ title: API Key
4250
+ example: ab7KxYpR1qLmN9Zs3TvUeFgH
4251
+ description: Your ContactOut API Key
4252
+
4146
4253
  drupal:
4147
4254
  display_name: Drupal
4148
4255
  categories:
@@ -5829,6 +5936,7 @@ google-calendar:
5829
5936
  - '5xx'
5830
5937
  - '401'
5831
5938
  - '429'
5939
+ webhook_routing_script: googleCalendarWebhookRouting
5832
5940
  docs: https://nango.dev/docs/integrations/all/google-calendar
5833
5941
 
5834
5942
  google-chat:
@@ -6694,7 +6802,8 @@ hubspot:
6694
6802
  limit_name_in_request: limit
6695
6803
  cursor_name_in_request: after
6696
6804
  response_path: results
6697
- docs: https://nango.dev/docs/integrations/all/hubspot
6805
+ docs: https://nango.dev/docs/api-integrations/hubspot
6806
+ setup_guide_url: https://nango.dev/docs/api-integrations/hubspot/how-to-register-your-own-hubspot-oauth-app
6698
6807
 
6699
6808
  incident-io:
6700
6809
  display_name: Incident.io
@@ -8737,6 +8846,20 @@ mixpanel:
8737
8846
  docs: https://nango.dev/docs/integrations/all/mixpanel
8738
8847
  docs_connect: https://nango.dev/docs/integrations/all/mixpanel/connect
8739
8848
 
8849
+ mimecast:
8850
+ display_name: Mimecast
8851
+ categories:
8852
+ - communication
8853
+ auth_mode: OAUTH2_CC
8854
+ token_url: https://api.services.mimecast.com/oauth/token
8855
+ body_format: form
8856
+ token_params:
8857
+ grant_type: client_credentials
8858
+ proxy:
8859
+ base_url: https://api.services.mimecast.com
8860
+ docs: https://nango.dev/docs/integrations/all/mimecast
8861
+ docs_connect: https://nango.dev/docs/integrations/all/mimecast/connect
8862
+
8740
8863
  miro:
8741
8864
  display_name: Miro
8742
8865
  categories:
@@ -8952,7 +9075,8 @@ netsuite-tba:
8952
9075
  - accounting
8953
9076
  - erp
8954
9077
  - popular
8955
- docs: https://nango.dev/docs/integrations/all/netsuite-tba
9078
+ docs: https://nango.dev/docs/api-integrations/netsuite-tba
9079
+ setup_guide_url: https://nango.dev/docs/api-integrations/netsuite-tba/how-to-set-up-netsuite-tba-with-nango
8956
9080
 
8957
9081
  next-cloud-ocs:
8958
9082
  display_name: Next Cloud OCS
@@ -9468,8 +9592,12 @@ pagerduty:
9468
9592
  auth_mode: OAUTH2
9469
9593
  authorization_url: https://app.pagerduty.com/oauth/authorize
9470
9594
  token_url: https://app.pagerduty.com/oauth/token
9595
+ webhook_routing_script: pagerdutyWebhookRouting
9471
9596
  proxy:
9472
9597
  base_url: https://api.pagerduty.com
9598
+ retry:
9599
+ after:
9600
+ - 'ratelimit-reset'
9473
9601
  docs: https://nango.dev/docs/integrations/all/pagerduty
9474
9602
 
9475
9603
  pandadoc:
@@ -9821,6 +9949,9 @@ pennylane:
9821
9949
  token_url: https://app.pennylane.com/oauth/token
9822
9950
  proxy:
9823
9951
  base_url: https://app.pennylane.com
9952
+ retry:
9953
+ at:
9954
+ - 'ratelimit-reset'
9824
9955
  scope_separator: '+'
9825
9956
  authorization_params:
9826
9957
  response_type: code
@@ -9850,6 +9981,9 @@ pennylane-company-api:
9850
9981
  accept: application/json
9851
9982
  endpoints:
9852
9983
  - /api/external/v2/me
9984
+ retry:
9985
+ at:
9986
+ - 'ratelimit-reset'
9853
9987
  docs: https://docs.nango.dev/integrations/all/pennylane-company-api
9854
9988
  docs_connect: https://docs.nango.dev/integrations/all/pennylane-company-api/connect
9855
9989
  credentials:
@@ -11289,7 +11423,8 @@ salesforce:
11289
11423
  base_url: ${connectionConfig.instance_url}
11290
11424
  webhook_routing_script: salesforceWebhookRouting
11291
11425
  post_connection_script: salesforcePostConnection
11292
- docs: https://nango.dev/docs/integrations/all/salesforce
11426
+ docs: https://nango.dev/docs/api-integrations/salesforce
11427
+ setup_guide_url: https://nango.dev/docs/api-integrations/salesforce/how-to-register-your-own-salesforce-oauth-app
11293
11428
  connection_config:
11294
11429
  instance_url:
11295
11430
  type: string
@@ -11310,7 +11445,7 @@ salesforce-sandbox:
11310
11445
  - instance_url
11311
11446
  proxy:
11312
11447
  base_url: ${connectionConfig.instance_url}
11313
- docs: https://nango.dev/docs/integrations/all/salesforce-sandbox
11448
+ docs: https://nango.dev/docs/api-integrations/salesforce-sandbox
11314
11449
  connection_config:
11315
11450
  instance_url:
11316
11451
  type: string
@@ -11331,7 +11466,7 @@ salesforce-experience-cloud:
11331
11466
  - instance_url
11332
11467
  proxy:
11333
11468
  base_url: ${connectionConfig.instance_url}
11334
- docs: https://nango.dev/docs/integrations/all/salesforce-experience-cloud
11469
+ docs: https://nango.dev/docs/api-integrations/salesforce-experience-cloud
11335
11470
  connection_config:
11336
11471
  subdomain:
11337
11472
  type: string
@@ -11377,7 +11512,7 @@ salesforce-cdp:
11377
11512
  token: access_token
11378
11513
  token_expiration: expires_in
11379
11514
  token_expiration_strategy: expireIn
11380
- docs: https://nango.dev/docs/integrations/all/salesforce-cdp
11515
+ docs: https://nango.dev/docs/api-integrations/salesforce-cdp
11381
11516
  docs_connect: https://nango.dev/docs/integrations/all/salesforce-cdp/connect
11382
11517
  credentials:
11383
11518
  jwt:
@@ -13867,6 +14002,75 @@ vimeo-basic:
13867
14002
  - /
13868
14003
  docs: https://nango.dev/docs/integrations/all/vimeo-basic
13869
14004
 
14005
+ valley-api-key:
14006
+ display_name: Valley (API Key)
14007
+ categories:
14008
+ - marketing
14009
+ auth_mode: API_KEY
14010
+ proxy:
14011
+ base_url: https://api.joinvalley.co/api
14012
+ headers:
14013
+ x-api-key: ${apiKey}
14014
+ verification:
14015
+ method: GET
14016
+ endpoints:
14017
+ - /v1/auth/verify-api-key
14018
+ retry:
14019
+ at:
14020
+ - 'x-ratelimit-reset'
14021
+ docs: https://nango.dev/docs/integrations/all/valley-api-key
14022
+ docs_connect: https://nango.dev/docs/integrations/all/valley-api-key/connect
14023
+ credentials:
14024
+ apiKey:
14025
+ type: string
14026
+ title: API Key
14027
+ example: valley_a3f4c8d2e1b9a7**********************************************c5d8e2f1
14028
+ pattern: '^valley_[a-f0-9]{64}$'
14029
+ description: The API key for your Valley account
14030
+ doc_section: '#step-1-verifying-your-api-key'
14031
+
14032
+ valley:
14033
+ display_name: Valley (OAuth)
14034
+ categories:
14035
+ - marketing
14036
+ auth_mode: TWO_STEP
14037
+ body_format: json
14038
+ token_url: https://api.joinvalley.co/api/v1/auth/get-token
14039
+ refresh_url: https://api.joinvalley.co/api/v1/auth/refresh-token
14040
+ token_params:
14041
+ email: ${credentials.email}
14042
+ password: ${credentials.password}
14043
+ refresh_token_params:
14044
+ refresh_token: ${refresh_token}
14045
+ token_headers:
14046
+ content-type: application/json
14047
+ proxy:
14048
+ base_url: https://api.joinvalley.co/api/
14049
+ headers:
14050
+ authorization: Bearer ${accessToken}
14051
+ retry:
14052
+ at:
14053
+ - 'x-ratelimit-reset'
14054
+ token_response:
14055
+ token: access_token
14056
+ token_expiration: expires_in
14057
+ token_expiration_strategy: expireIn
14058
+ refresh_token: refresh_token
14059
+ docs: https://nango.dev/docs/integrations/all/valley
14060
+ docs_connect: https://nango.dev/docs/integrations/all/valley/connect
14061
+ credentials:
14062
+ email:
14063
+ type: string
14064
+ title: Email
14065
+ description: Your Valley email address
14066
+ format: email
14067
+ doc_section: '#step-1-getting-your-credentials'
14068
+ password:
14069
+ type: string
14070
+ title: Password
14071
+ description: Your Valley password
14072
+ doc_section: '#step-1-getting-your-credentials'
14073
+
13870
14074
  wakatime:
13871
14075
  display_name: Wakatime
13872
14076
  categories:
@@ -14012,6 +14216,33 @@ wildix-pbx:
14012
14216
  suffix: .wildixin.com
14013
14217
  prefix: https://
14014
14218
 
14219
+ wiza:
14220
+ display_name: Wiza
14221
+ categories:
14222
+ - crm
14223
+ - marketing
14224
+ auth_mode: API_KEY
14225
+ proxy:
14226
+ base_url: https://wiza.co/api
14227
+ headers:
14228
+ authorization: Bearer ${apiKey}
14229
+ verification:
14230
+ method: GET
14231
+ headers:
14232
+ content-type: application/json
14233
+ endpoints:
14234
+ - /meta/credits
14235
+ docs: https://nango.dev/docs/integrations/all/wiza
14236
+ docs_connect: https://nango.dev/docs/integrations/all/wiza/connect
14237
+ credentials:
14238
+ apiKey:
14239
+ type: string
14240
+ title: API Key
14241
+ description: Your Wiza API key
14242
+ pattern: '^[a-f0-9]{64}$'
14243
+ example: 6e0f838beb0a09d35f3f56b52b1344b262ecc713aab41456485d12c5f6edaef7
14244
+ doc_section: '#step-1-getting-your-api-key'
14245
+
14015
14246
  wordpress:
14016
14247
  display_name: WordPress
14017
14248
  categories: