@nangohq/providers 0.69.17 → 0.69.18

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 +193 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.69.17",
3
+ "version": "0.69.18",
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.1"
12
12
  },
13
13
  "devDependencies": {
14
- "@nangohq/types": "0.69.17",
14
+ "@nangohq/types": "0.69.18",
15
15
  "vitest": "3.2.4"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -2535,6 +2535,7 @@ calendly:
2535
2535
  - owner
2536
2536
  post_connection_script: calendlyPostConnection
2537
2537
  webhook_routing_script: calendlyWebhookRouting
2538
+ webhook_user_defined_secret: true
2538
2539
  docs: https://nango.dev/docs/integrations/all/calendly
2539
2540
 
2540
2541
  callrail:
@@ -3222,6 +3223,41 @@ companycam:
3222
3223
  title: Access Token
3223
3224
  description: The Access Token for your CompanyCam company
3224
3225
 
3226
+ conductorone:
3227
+ display_name: ConductorOne
3228
+ categories:
3229
+ - productivity
3230
+ auth_mode: OAUTH2_CC
3231
+ token_url: https://${connectionConfig.hostname}/auth/v1/token
3232
+ token_params:
3233
+ grant_type: client_credentials
3234
+ proxy:
3235
+ base_url: https://${connectionConfig.hostname}/api
3236
+ docs: https://nango.dev/docs/api-integrations/conductorone
3237
+ docs_connect: https://nango.dev/docs/api-integrations/conductorone/connect
3238
+ connection_config:
3239
+ hostname:
3240
+ type: string
3241
+ title: Hostname
3242
+ description: The hostname extracted from your Client ID
3243
+ example: acme.conductor.one
3244
+ format: hostname
3245
+ order: 1
3246
+ doc_section: '#step-2-obtaining-your-hostname'
3247
+ credentials:
3248
+ client_id:
3249
+ type: string
3250
+ title: Client ID
3251
+ description: Your ConductorOne Client ID
3252
+ example: strange-hydra-68836@acme.conductor.one/pcc
3253
+ doc_section: '#step-1-obtaining-your-client-credentials'
3254
+ client_secret:
3255
+ type: string
3256
+ title: Client Secret
3257
+ description: Your ConductorOne Client Secret
3258
+ example: 'secret-token:conductorone.com:v1:eyJrdHkiOiJPS1AiLCJjcnYiOiJFZDI1NTE5IiwieCI6IkMySEx5Y0d6eUhfZDQwcjJvejZoNkpqdndvRVFBZ0FTRVc2eDB6emh6Y2MiLCJkIjoiLTgzVkxXUVUtZVhQY0ZCWVhDb2NpU29XVmhrYnRXUm9zdkZUZ3JqcXNVbyJ9'
3259
+ doc_section: '#step-1-obtaining-your-client-credentials'
3260
+
3225
3261
  copper:
3226
3262
  display_name: Copper (OAuth)
3227
3263
  categories:
@@ -4848,6 +4884,29 @@ fathom:
4848
4884
  title: API Key
4849
4885
  description: The API key for your Fathom account
4850
4886
 
4887
+ fathom-oauth:
4888
+ display_name: Fathom (OAuth)
4889
+ categories:
4890
+ - communication
4891
+ - video
4892
+ auth_mode: OAUTH2
4893
+ authorization_url: https://fathom.video/external/v1/oauth2/authorize
4894
+ token_url: https://fathom.video/external/v1/oauth2/token
4895
+ disable_pkce: true
4896
+ authorization_params:
4897
+ response_type: code
4898
+ token_params:
4899
+ grant_type: authorization_code
4900
+ refresh_params:
4901
+ grant_type: refresh_token
4902
+ proxy:
4903
+ base_url: https://api.fathom.ai
4904
+ retry:
4905
+ at:
4906
+ - 'ratelimit-reset'
4907
+ docs: https://nango.dev/docs/api-integrations/fathom-oauth
4908
+ setup_guide_url: https://nango.dev/docs/api-integrations/fathom-oauth/how-to-register-your-own-fathom-oauth-app
4909
+
4851
4910
  fellow:
4852
4911
  display_name: Fellow
4853
4912
  categories:
@@ -5027,6 +5086,28 @@ fireflies:
5027
5086
  title: API Key
5028
5087
  description: The API key for your Fireflies account
5029
5088
 
5089
+ firstbase:
5090
+ display_name: Firstbase
5091
+ auth_mode: API_KEY
5092
+ proxy:
5093
+ base_url: https://apipub.firstbasehq.com
5094
+ headers:
5095
+ authorization: ApiKey ${apiKey}
5096
+ verification:
5097
+ method: GET
5098
+ headers:
5099
+ content-type: application/json
5100
+ endpoints:
5101
+ - /api/orders?size=1
5102
+ docs: https://nango.dev/docs/api-integrations/firstbase
5103
+ docs_connect: https://nango.dev/docs/api-integrations/firstbase/connect
5104
+ credentials:
5105
+ apiKey:
5106
+ type: string
5107
+ title: API Key
5108
+ description: The API key for your Firstbase account
5109
+ doc_section: '#step-1-generating-your-api-key'
5110
+
5030
5111
  fiserv:
5031
5112
  display_name: Fiserv (OAuth)
5032
5113
  categories:
@@ -7303,6 +7384,25 @@ jira:
7303
7384
  suffix: .atlassian.net
7304
7385
  prefix: https://
7305
7386
 
7387
+ justworks:
7388
+ display_name: Justworks
7389
+ categories:
7390
+ - hr
7391
+ auth_mode: OAUTH2
7392
+ authorization_url: https://payroll.justworks.com/oauth/authorize
7393
+ token_url: https://public-api.justworks.com/oauth/token
7394
+ authorization_params:
7395
+ response_type: code
7396
+ token_params:
7397
+ grant_type: authorization_code
7398
+ refresh_params:
7399
+ grant_type: refresh_token
7400
+ scope_separator: ' '
7401
+ proxy:
7402
+ base_url: https://public-api.justworks.com
7403
+ docs: https://nango.dev/docs/api-integrations/justworks
7404
+ setup_guide_url: https://nango.dev/docs/api-integrations/justworks/how-to-register-your-own-justworks-oauth-app
7405
+
7306
7406
  jira-basic:
7307
7407
  display_name: Jira (Basic Auth)
7308
7408
  categories:
@@ -8320,6 +8420,25 @@ luma:
8320
8420
  title: API Key
8321
8421
  description: The API key for your Luma account
8322
8422
 
8423
+ lumos:
8424
+ display_name: Lumos
8425
+ categories:
8426
+ - productivity
8427
+ auth_mode: API_KEY
8428
+ proxy:
8429
+ base_url: https://api.lumos.com
8430
+ headers:
8431
+ authorization: Bearer ${apiKey}
8432
+ docs: https://nango.dev/docs/api-integrations/lumos
8433
+ docs_connect: https://nango.dev/docs/api-integrations/lumos/connect
8434
+ credentials:
8435
+ apiKey:
8436
+ type: string
8437
+ title: API Token
8438
+ description: The API token to your Lumos account
8439
+ example: 'lsk_example_1234'
8440
+ doc_section: '#step-1-creating-your-api-token'
8441
+
8323
8442
  listmonk:
8324
8443
  display_name: Listmonk
8325
8444
  categories:
@@ -9474,6 +9593,24 @@ okta-preview:
9474
9593
  suffix: .oktapreview.com
9475
9594
  prefix: https://
9476
9595
 
9596
+ onlogist:
9597
+ display_name: Onlogist
9598
+ categories:
9599
+ - other
9600
+ auth_mode: API_KEY
9601
+ proxy:
9602
+ base_url: https://dev.portal.onlogist.com/api
9603
+ headers:
9604
+ authorization: ${apiKey}
9605
+ docs: https://nango.dev/docs/api-integrations/onlogist
9606
+ docs_connect: https://nango.dev/docs/api-integrations/onlogist/connect
9607
+ credentials:
9608
+ apiKey:
9609
+ type: string
9610
+ title: API Key
9611
+ description: The API key for your OnLogist account
9612
+ doc_section: '#step-1-finding-your-api-key'
9613
+
9477
9614
  one-drive:
9478
9615
  display_name: OneDrive for Business
9479
9616
  categories:
@@ -12798,6 +12935,35 @@ smartlead-ai:
12798
12935
  example: 12345678-1234-1234-1234-123456789012_abcdefg
12799
12936
  doc_section: '#step-1-generating-your-api-key'
12800
12937
 
12938
+ sophos-central:
12939
+ display_name: Sophos Central
12940
+ categories:
12941
+ - dev-tools
12942
+ auth_mode: OAUTH2_CC
12943
+ token_url: https://id.sophos.com/api/v2/oauth2/token
12944
+ token_params:
12945
+ grant_type: client_credentials
12946
+ scope: token
12947
+ body_format: form
12948
+ proxy:
12949
+ base_url: ${connectionConfig.dataRegion}
12950
+ headers:
12951
+ x-tenant-id: ${connectionConfig.tenantId}
12952
+ post_connection_script: sophosCentralPostConnection
12953
+ docs: https://nango.dev/docs/api-integrations/sophos-central
12954
+ docs_connect: https://nango.dev/docs/api-integrations/sophos-central/connect
12955
+ connection_config:
12956
+ dataRegion:
12957
+ type: string
12958
+ title: ''
12959
+ description: ''
12960
+ automated: true
12961
+ tenantId:
12962
+ type: string
12963
+ title: ''
12964
+ description: ''
12965
+ automated: true
12966
+
12801
12967
  smartrecruiters-api-key:
12802
12968
  display_name: Smartrecruiters
12803
12969
  auth_mode: API_KEY
@@ -13849,6 +14015,33 @@ todoist:
13849
14015
  base_url: https://api.todoist.com
13850
14016
  docs: https://nango.dev/docs/integrations/all/todoist
13851
14017
 
14018
+ torii:
14019
+ display_name: Torii
14020
+ categories:
14021
+ - productivity
14022
+ auth_mode: API_KEY
14023
+ proxy:
14024
+ base_url: https://api.toriihq.com
14025
+ headers:
14026
+ authorization: Bearer ${apiKey}
14027
+ verification:
14028
+ method: GET
14029
+ headers:
14030
+ content-type: application/json
14031
+ endpoints:
14032
+ - /v1.0/orgs/my
14033
+ retry:
14034
+ at:
14035
+ - 'x-rate-limit-reset'
14036
+ docs: https://nango.dev/docs/api-integrations/torii
14037
+ docs_connect: https://nango.dev/docs/api-integrations/torii/connect
14038
+ credentials:
14039
+ apiKey:
14040
+ type: string
14041
+ title: API Key
14042
+ description: The API key for your Torii account
14043
+ doc_section: '#step-1-generating-your-api-key'
14044
+
13852
14045
  tumblr:
13853
14046
  display_name: Tumblr
13854
14047
  categories: