@nangohq/providers 0.69.38 → 0.69.40

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 +179 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.69.38",
3
+ "version": "0.69.40",
4
4
  "description": "Nango's providers.yaml and getters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -16,7 +16,7 @@
16
16
  "js-yaml": "4.1.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@nangohq/types": "0.69.38",
19
+ "@nangohq/types": "0.69.40",
20
20
  "vitest": "3.2.4"
21
21
  },
22
22
  "files": [
package/providers.yaml CHANGED
@@ -2566,22 +2566,23 @@ builder-io-private:
2566
2566
  content-type: application/json
2567
2567
  endpoints:
2568
2568
  - /api/v1/write/page
2569
- docs: https://nango.dev/docs/integrations/all/builder-io-private
2570
- docs_connect: https://nango.dev/docs/integrations/all/builder-io-private/connect
2569
+ docs: https://nango.dev/docs/api-integrations/builder-io-private
2570
+ docs_connect: https://nango.dev/docs/api-integrations/builder-io-private/connect
2571
2571
  connection_config:
2572
2572
  domain:
2573
2573
  type: string
2574
2574
  title: Domain
2575
- description: The domain used to access your Builder.io API
2576
- example: cdn.builder.io
2575
+ description: The domain used to access your Builder.io write API.
2576
+ example: builder.io
2577
2577
  format: hostname
2578
2578
  prefix: https://
2579
+ order: 1
2579
2580
  doc_section: '#step-1-finding-your-api-domain'
2580
2581
  credentials:
2581
2582
  apiKey:
2582
2583
  type: string
2583
2584
  title: API Key
2584
- description: The API key for your Builder.io account
2585
+ description: The private key for your Builder.io account.
2585
2586
  pattern: '^bpk-[a-f0-9]+$'
2586
2587
  example: bpk-****************************
2587
2588
  doc_section: '#step-2-finding-your-api-key'
@@ -2603,22 +2604,23 @@ builder-io-public:
2603
2604
  content-type: application/json
2604
2605
  endpoints:
2605
2606
  - /api/v1/content/page
2606
- docs: https://nango.dev/docs/integrations/all/builder-io-public
2607
- docs_connect: https://nango.dev/docs/integrations/all/builder-io-public/connect
2607
+ docs: https://nango.dev/docs/api-integrations/builder-io-public
2608
+ docs_connect: https://nango.dev/docs/api-integrations/builder-io-public/connect
2608
2609
  connection_config:
2609
2610
  domain:
2610
2611
  type: string
2611
2612
  title: Domain
2612
- description: The domain used to access your Builder.io API
2613
- example: builder.io
2613
+ description: The domain used to access your Builder.io content API.
2614
+ example: cdn.builder.io
2614
2615
  format: hostname
2615
2616
  prefix: https://
2617
+ order: 1
2616
2618
  doc_section: '#step-1-finding-your-api-domain'
2617
2619
  credentials:
2618
2620
  apiKey:
2619
2621
  type: string
2620
2622
  title: API Key
2621
- description: The API key for your Builder.io account
2623
+ description: The public api key for your Builder.io account.
2622
2624
  pattern: '^[a-zA-Z0-9]+$'
2623
2625
  example: bb209fb71eh2412dbe0114bdae18fd15
2624
2626
  doc_section: '#step-2-finding-your-api-key'
@@ -6432,6 +6434,32 @@ granola:
6432
6434
  pattern: '^grn_[A-Za-z0-9]+_[A-Za-z0-9]+$'
6433
6435
  doc_section: '#step-1-generating-your-granola-api-token'
6434
6436
 
6437
+ granola-mcp:
6438
+ display_name: Granola (MCP)
6439
+ categories:
6440
+ - productivity
6441
+ - knowledge-base
6442
+ - mcp
6443
+ auth_mode: MCP_OAUTH2
6444
+ client_registration: dynamic
6445
+ authorization_url: https://mcp-auth.granola.ai/oauth2/authorize
6446
+ token_url: https://mcp-auth.granola.ai/oauth2/token
6447
+ registration_url: https://mcp-auth.granola.ai/oauth2/register
6448
+ default_scopes:
6449
+ - offline_access
6450
+ authorization_params:
6451
+ response_type: code
6452
+ resource: https://mcp.granola.ai/
6453
+ token_params:
6454
+ grant_type: authorization_code
6455
+ refresh_params:
6456
+ grant_type: refresh_token
6457
+ proxy:
6458
+ headers:
6459
+ accept: application/json,text/event-stream
6460
+ base_url: https://mcp.granola.ai
6461
+ docs: https://nango.dev/docs/api-integrations/granola-mcp
6462
+
6435
6463
  guru:
6436
6464
  display_name: Guru
6437
6465
  categories:
@@ -6860,6 +6888,33 @@ glyphic:
6860
6888
  description: Your Glyphic API key
6861
6889
  doc_section: '#step-1-getting-your-api-key'
6862
6890
 
6891
+ gamma:
6892
+ display_name: Gamma
6893
+ categories:
6894
+ - productivity
6895
+ auth_mode: API_KEY
6896
+ proxy:
6897
+ base_url: https://public-api.gamma.app
6898
+ headers:
6899
+ x-api-key: ${apiKey}
6900
+ content-type: application/json
6901
+ verification:
6902
+ method: GET
6903
+ headers:
6904
+ accept: application/json
6905
+ endpoints:
6906
+ - /v1.0/folders
6907
+ docs: https://nango.dev/docs/api-integrations/gamma
6908
+ docs_connect: https://nango.dev/docs/api-integrations/gamma/connect
6909
+ credentials:
6910
+ apiKey:
6911
+ type: string
6912
+ title: API Key
6913
+ description: Your Gamma API key.
6914
+ example: 'sk-gamma-xxxxxxxx'
6915
+ pattern: '^sk-gamma-'
6916
+ doc_section: '#step-1-getting-your-gamma-api-key'
6917
+
6863
6918
  google:
6864
6919
  display_name: Google
6865
6920
  categories:
@@ -6898,6 +6953,16 @@ google-analytics:
6898
6953
  docs: https://nango.dev/docs/api-integrations/google-analytics
6899
6954
  setup_guide_url: https://nango.dev/docs/api-integrations/google-analytics/how-to-register-your-own-google-analytics-api-oauth-app
6900
6955
 
6956
+ google-bigquery:
6957
+ display_name: Google BigQuery
6958
+ categories:
6959
+ - productivity
6960
+ alias: google
6961
+ proxy:
6962
+ base_url: https://bigquery.googleapis.com
6963
+ docs: https://nango.dev/docs/api-integrations/google-bigquery
6964
+ setup_guide_url: https://nango.dev/docs/api-integrations/google-bigquery/how-to-register-your-own-google-bigquery-api-oauth-app
6965
+
6901
6966
  google-calendar:
6902
6967
  display_name: Google Calendar
6903
6968
  categories:
@@ -6992,6 +7057,16 @@ google-drive:
6992
7057
  docs: https://nango.dev/docs/api-integrations/google-drive
6993
7058
  setup_guide_url: https://nango.dev/docs/api-integrations/google-drive/how-to-register-your-own-google-drive-api-oauth-app
6994
7059
 
7060
+ google-forms:
7061
+ display_name: Google Forms
7062
+ categories:
7063
+ - productivity
7064
+ alias: google
7065
+ proxy:
7066
+ base_url: https://forms.googleapis.com
7067
+ docs: https://nango.dev/docs/api-integrations/google-forms
7068
+ setup_guide_url: https://nango.dev/docs/api-integrations/google-forms/how-to-register-your-own-google-forms-api-oauth-app
7069
+
6995
7070
  google-meet:
6996
7071
  display_name: Google Meet
6997
7072
  categories:
@@ -7796,6 +7871,19 @@ hibob-service-user:
7796
7871
  docs: https://nango.dev/docs/integrations/all/hibob-service-user
7797
7872
  docs_connect: https://nango.dev/docs/integrations/all/hibob-service-user/connect
7798
7873
 
7874
+ heygen:
7875
+ display_name: HeyGen
7876
+ categories:
7877
+ - video
7878
+ auth_mode: OAUTH2
7879
+ authorization_url: https://app.heygen.com/oauth/authorize
7880
+ token_url: https://api2.heygen.com/v1/oauth/token
7881
+ refresh_url: https://api2.heygen.com/v1/oauth/refresh_token
7882
+ proxy:
7883
+ base_url: https://api2.heygen.com
7884
+ docs: https://nango.dev/docs/api-integrations/heygen
7885
+ setup_guide_url: https://nango.dev/docs/api-integrations/heygen/how-to-register-your-own-heygen-oauth-app
7886
+
7799
7887
  highlevel:
7800
7888
  display_name: HighLevel
7801
7889
  categories:
@@ -9689,6 +9777,21 @@ metabase:
9689
9777
  description: The API key for your Metabase account
9690
9778
  doc_section: '#step-1-generating-an-api-key'
9691
9779
 
9780
+ mercury:
9781
+ display_name: Mercury
9782
+ categories:
9783
+ - accounting
9784
+ auth_mode: OAUTH2
9785
+ scope_separator: ' '
9786
+ authorization_url: https://oauth2.mercury.com/oauth2/auth
9787
+ token_url: https://oauth2.mercury.com/oauth2/token
9788
+ default_scopes:
9789
+ - offline_access
9790
+ proxy:
9791
+ base_url: https://api.mercury.com
9792
+ docs: https://nango.dev/docs/api-integrations/mercury
9793
+ setup_guide_url: https://nango.dev/docs/api-integrations/mercury/how-to-register-your-own-mercury-oauth-app
9794
+
9692
9795
  meta-marketing-api:
9693
9796
  display_name: Meta Marketing API
9694
9797
  categories:
@@ -9942,6 +10045,7 @@ maximizer:
9942
10045
  auth_mode: OAUTH2
9943
10046
  authorization_url: https://${connectionConfig.region}.maximizercrmlive.com/oauth2/${connectionConfig.company_alias}/authorize
9944
10047
  token_url: https://${connectionConfig.region}.maximizercrmlive.com/oauth2/${connectionConfig.company_alias}/token
10048
+ disable_pkce: true
9945
10049
  authorization_params:
9946
10050
  response_type: code
9947
10051
  token_params:
@@ -9973,6 +10077,7 @@ maximizer-on-premise:
9973
10077
  auth_mode: OAUTH2
9974
10078
  authorization_url: https://${connectionConfig.hostname}/MaximizerWebAuthentication/OAuth2/Authorize
9975
10079
  token_url: https://${connectionConfig.hostname}/MaximizerWebAuthentication/OAuth2/Token
10080
+ disable_pkce: true
9976
10081
  authorization_params:
9977
10082
  response_type: code
9978
10083
  token_params:
@@ -13542,6 +13647,7 @@ salesforce:
13542
13647
  post_connection_script: salesforcePostConnection
13543
13648
  docs: https://nango.dev/docs/api-integrations/salesforce
13544
13649
  setup_guide_url: https://nango.dev/docs/api-integrations/salesforce/how-to-register-your-own-salesforce-api-oauth-app
13650
+ docs_connect: https://nango.dev/docs/api-integrations/salesforce/connect
13545
13651
  connection_config:
13546
13652
  instance_url:
13547
13653
  type: string
@@ -13558,6 +13664,7 @@ salesforce:
13558
13664
  example: acme.my.salesforce.com
13559
13665
  prefix: https://
13560
13666
  optional: true
13667
+ doc_section: '#step-1-finding-your-hostname'
13561
13668
 
13562
13669
  salesforce-jwt:
13563
13670
  display_name: Salesforce (JWT)
@@ -13596,21 +13703,21 @@ salesforce-jwt:
13596
13703
  title: Consumer Key
13597
13704
  example: 3MVG9dAEux2v1sLsg0e52***************CJpGsXgqg8E
13598
13705
  description: The Consumer Key from your Salesforce Connected App.
13599
- doc_section: '#step-4-get-consumer-key-and-consumer-secret'
13706
+ doc_section: '#step-3-get-consumer-key-and-consumer-secret'
13600
13707
  clientSecret:
13601
13708
  type: string
13602
13709
  title: Consumer Secret
13603
13710
  example: 954F73F4C234***************9D069B8FCF83B5
13604
13711
  pattern: '^[A-F0-9]{64}$'
13605
13712
  description: The Consumer Secret from your Salesforce Connected App.
13606
- doc_section: '#step-4-get-consumer-key-and-consumer-secret'
13713
+ doc_section: '#step-3-get-consumer-key-and-consumer-secret'
13607
13714
  username:
13608
13715
  type: string
13609
13716
  title: Username
13610
13717
  description: The Salesforce username of the user the JWT will act on behalf of.
13611
13718
  format: email
13612
13719
  example: john@acme.com
13613
- doc_section: '#step-7-finding-the-username'
13720
+ doc_section: '#step-6-finding-the-username'
13614
13721
  privateKey:
13615
13722
  type: string
13616
13723
  title: Private Key
@@ -13623,7 +13730,7 @@ salesforce-jwt:
13623
13730
  description: Your Salesforce authorization server URL.
13624
13731
  format: hostname
13625
13732
  example: 'login.salesforce.com'
13626
- doc_section: '#step-6-finding-the-authorization-server-url'
13733
+ doc_section: '#step-5-finding-the-authorization-server-url'
13627
13734
 
13628
13735
  salesforce-sandbox:
13629
13736
  display_name: Salesforce (Sandbox)
@@ -16464,6 +16571,64 @@ ukg-pro:
16464
16571
  prefix: https://
16465
16572
  doc_section: '#step-3-finding-your-hostname'
16466
16573
 
16574
+ ukg-pro-cc:
16575
+ display_name: UKG Pro HCM (Client Credentials)
16576
+ categories:
16577
+ - hr
16578
+ auth_mode: OAUTH2_CC
16579
+ token_url: https://${connectionConfig.identityServer}/signin/oauth2/t/${connectionConfig.tenantId}/access_token
16580
+ body_format: form
16581
+ token_headers:
16582
+ content-type: application/x-www-form-urlencoded
16583
+ accept: application/json
16584
+ token_params:
16585
+ grant_type: client_credentials
16586
+ proxy:
16587
+ retry:
16588
+ after:
16589
+ - 'retry-after'
16590
+ base_url: https://${connectionConfig.hostname}
16591
+ docs: https://nango.dev/docs/api-integrations/ukg-pro-cc
16592
+ docs_connect: https://nango.dev/docs/api-integrations/ukg-pro-cc/connect
16593
+ credentials:
16594
+ client_id:
16595
+ type: string
16596
+ title: Client ID
16597
+ description: Unique identifier of the identity client provided by UKG customer support.
16598
+ doc_section: '#step-1-getting-the-credentials-from-ukg-support'
16599
+ client_secret:
16600
+ type: string
16601
+ title: Client Secret
16602
+ description: Client secret associated with the client ID provided by UKG customer support.
16603
+ secret: true
16604
+ doc_section: '#step-1-getting-the-credentials-from-ukg-support'
16605
+ connection_config:
16606
+ identityServer:
16607
+ type: string
16608
+ title: Identity Server
16609
+ description: Identity server for your tenant.
16610
+ format: hostname
16611
+ example: signin.ukg.net
16612
+ order: 1
16613
+ doc_section: '#step-1-getting-the-credentials-from-ukg-support'
16614
+ tenantId:
16615
+ type: string
16616
+ title: Tenant
16617
+ description: Tenant value from your UKG Pro Recruiting URL.
16618
+ example: UO32145HGOGOG
16619
+ pattern: '^[a-zA-Z0-9]+$'
16620
+ order: 3
16621
+ doc_section: '#step-2-identify-tenant-and-recruiting-application-domain'
16622
+ hostname:
16623
+ type: string
16624
+ title: Recruiting Application Domain
16625
+ description: Recruiting application domain from your UKG Pro Recruiting URL.
16626
+ format: hostname
16627
+ example: recruiting.example.ultipro.com
16628
+ prefix: https://
16629
+ order: 2
16630
+ doc_section: '#step-2-identify-tenant-and-recruiting-application-domain'
16631
+
16467
16632
  ukg-ready:
16468
16633
  display_name: UKG Ready
16469
16634
  categories: