@nangohq/providers 0.64.0 → 0.64.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 +59 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.64.0",
3
+ "version": "0.64.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.64.0",
14
+ "@nangohq/types": "0.64.2",
15
15
  "vitest": "3.1.2"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -1129,6 +1129,31 @@ aws-scim:
1129
1129
  order: 1
1130
1130
  doc_section: '#step-2-setting-up-automatic-provisioning'
1131
1131
 
1132
+ azure-blob-storage:
1133
+ display_name: Azure Blob Storage
1134
+ alias: microsoft
1135
+ default_scopes:
1136
+ - offline_access
1137
+ - https://storage.azure.com/.default
1138
+ proxy:
1139
+ base_url: https://${connectionConfig.accountName}.blob.core.windows.net
1140
+ headers:
1141
+ x-ms-version: ${connectionConfig.version} || 2025-05-05
1142
+ docs: https://docs.nango.dev/integrations/all/azure-blob-storage
1143
+ docs_connect: https://docs.nango.dev/integrations/all/azure-blob-storage/connect
1144
+ connection_config:
1145
+ accountName:
1146
+ type: string
1147
+ title: Account Name
1148
+ description: The name of the Azure Storage account you want to connect to.
1149
+ example: nangoStorage
1150
+ doc_section: '#step-1-finding-your-account-name'
1151
+ version:
1152
+ type: string
1153
+ title: ''
1154
+ description: ''
1155
+ automated: true
1156
+
1132
1157
  azure-devops:
1133
1158
  display_name: Azure DevOps
1134
1159
  categories:
@@ -4757,6 +4782,7 @@ google-mail:
4757
4782
  alias: google
4758
4783
  proxy:
4759
4784
  base_url: https://gmail.googleapis.com
4785
+ webhook_routing_script: gmailWebhookRouting
4760
4786
  docs: https://docs.nango.dev/integrations/all/google-mail
4761
4787
 
4762
4788
  google-sheet:
@@ -5957,6 +5983,37 @@ keeper-scim:
5957
5983
  example: '123435384338765'
5958
5984
  doc_section: '#step-1-finding-your-node-id'
5959
5985
 
5986
+ knowbe4:
5987
+ display_name: KnowBe4 (Reporting)
5988
+ categories:
5989
+ - support
5990
+ auth_mode: API_KEY
5991
+ proxy:
5992
+ base_url: https://${connectionConfig.subdomain}.knowbe4.com
5993
+ verification:
5994
+ method: GET
5995
+ endpoints:
5996
+ - /v1/users
5997
+ headers:
5998
+ authorization: Bearer ${apiKey}
5999
+ docs: https://docs.nango.dev/integrations/all/knowbe4
6000
+ docs_connect: https://docs.nango.dev/integrations/all/knowbe4/connect
6001
+ credentials:
6002
+ apiKey:
6003
+ type: string
6004
+ title: API Key
6005
+ description: The API key for your KnowBe4 account
6006
+ doc_section: '#step-2-generating-your-knowbe4-api-key'
6007
+ connection_config:
6008
+ subdomain:
6009
+ type: string
6010
+ title: Subdomain
6011
+ description: The subdomain to your API base URL
6012
+ doc_section: '#step-1-finding-your-subdomain'
6013
+ example: api
6014
+ pattern: '^(api|api-eu|api-ca|api-uk|api-de)$'
6015
+ order: 1
6016
+
5960
6017
  klipfolio:
5961
6018
  display_name: Klipfolio
5962
6019
  categories:
@@ -6486,6 +6543,7 @@ mailchimp:
6486
6543
  proxy:
6487
6544
  base_url: https://${connectionConfig.dc}.api.mailchimp.com
6488
6545
  docs: https://docs.nango.dev/integrations/all/mailchimp
6546
+ post_connection_script: mailchimpPostConnection
6489
6547
  connection_config:
6490
6548
  dc:
6491
6549
  type: string
@@ -6493,6 +6551,7 @@ mailchimp:
6493
6551
  description: The data center for your account
6494
6552
  pattern: '^[a-z]+\d*$'
6495
6553
  example: us6
6554
+ automated: true
6496
6555
 
6497
6556
  # Untested configuration. Please reach out if you have a test account that we can use to test it.
6498
6557
  manatal: