@nangohq/providers 0.64.1 → 0.64.3
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.
- package/package.json +2 -2
- package/providers.yaml +85 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.64.
|
|
3
|
+
"version": "0.64.3",
|
|
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.
|
|
14
|
+
"@nangohq/types": "0.64.3",
|
|
15
15
|
"vitest": "3.1.2"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -1129,6 +1129,33 @@ aws-scim:
|
|
|
1129
1129
|
order: 1
|
|
1130
1130
|
doc_section: '#step-2-setting-up-automatic-provisioning'
|
|
1131
1131
|
|
|
1132
|
+
azure-blob-storage:
|
|
1133
|
+
categories:
|
|
1134
|
+
- storage
|
|
1135
|
+
display_name: Azure Blob Storage
|
|
1136
|
+
alias: microsoft
|
|
1137
|
+
default_scopes:
|
|
1138
|
+
- offline_access
|
|
1139
|
+
- https://storage.azure.com/.default
|
|
1140
|
+
proxy:
|
|
1141
|
+
base_url: https://${connectionConfig.accountName}.blob.core.windows.net
|
|
1142
|
+
headers:
|
|
1143
|
+
x-ms-version: ${connectionConfig.version} || 2025-05-05
|
|
1144
|
+
docs: https://docs.nango.dev/integrations/all/azure-blob-storage
|
|
1145
|
+
docs_connect: https://docs.nango.dev/integrations/all/azure-blob-storage/connect
|
|
1146
|
+
connection_config:
|
|
1147
|
+
accountName:
|
|
1148
|
+
type: string
|
|
1149
|
+
title: Account Name
|
|
1150
|
+
description: The name of the Azure Storage account you want to connect to.
|
|
1151
|
+
example: nangoStorage
|
|
1152
|
+
doc_section: '#step-1-finding-your-account-name'
|
|
1153
|
+
version:
|
|
1154
|
+
type: string
|
|
1155
|
+
title: ''
|
|
1156
|
+
description: ''
|
|
1157
|
+
automated: true
|
|
1158
|
+
|
|
1132
1159
|
azure-devops:
|
|
1133
1160
|
display_name: Azure DevOps
|
|
1134
1161
|
categories:
|
|
@@ -4757,6 +4784,7 @@ google-mail:
|
|
|
4757
4784
|
alias: google
|
|
4758
4785
|
proxy:
|
|
4759
4786
|
base_url: https://gmail.googleapis.com
|
|
4787
|
+
webhook_routing_script: gmailWebhookRouting
|
|
4760
4788
|
docs: https://docs.nango.dev/integrations/all/google-mail
|
|
4761
4789
|
|
|
4762
4790
|
google-sheet:
|
|
@@ -5957,6 +5985,37 @@ keeper-scim:
|
|
|
5957
5985
|
example: '123435384338765'
|
|
5958
5986
|
doc_section: '#step-1-finding-your-node-id'
|
|
5959
5987
|
|
|
5988
|
+
knowbe4:
|
|
5989
|
+
display_name: KnowBe4 (Reporting)
|
|
5990
|
+
categories:
|
|
5991
|
+
- support
|
|
5992
|
+
auth_mode: API_KEY
|
|
5993
|
+
proxy:
|
|
5994
|
+
base_url: https://${connectionConfig.subdomain}.knowbe4.com
|
|
5995
|
+
verification:
|
|
5996
|
+
method: GET
|
|
5997
|
+
endpoints:
|
|
5998
|
+
- /v1/users
|
|
5999
|
+
headers:
|
|
6000
|
+
authorization: Bearer ${apiKey}
|
|
6001
|
+
docs: https://docs.nango.dev/integrations/all/knowbe4
|
|
6002
|
+
docs_connect: https://docs.nango.dev/integrations/all/knowbe4/connect
|
|
6003
|
+
credentials:
|
|
6004
|
+
apiKey:
|
|
6005
|
+
type: string
|
|
6006
|
+
title: API Key
|
|
6007
|
+
description: The API key for your KnowBe4 account
|
|
6008
|
+
doc_section: '#step-2-generating-your-knowbe4-api-key'
|
|
6009
|
+
connection_config:
|
|
6010
|
+
subdomain:
|
|
6011
|
+
type: string
|
|
6012
|
+
title: Subdomain
|
|
6013
|
+
description: The subdomain to your API base URL
|
|
6014
|
+
doc_section: '#step-1-finding-your-subdomain'
|
|
6015
|
+
example: eu.api
|
|
6016
|
+
pattern: '^(us\.api|eu\.api|ca\.api|uk\.api|de\.api)$'
|
|
6017
|
+
order: 1
|
|
6018
|
+
|
|
5960
6019
|
klipfolio:
|
|
5961
6020
|
display_name: Klipfolio
|
|
5962
6021
|
categories:
|
|
@@ -6486,6 +6545,7 @@ mailchimp:
|
|
|
6486
6545
|
proxy:
|
|
6487
6546
|
base_url: https://${connectionConfig.dc}.api.mailchimp.com
|
|
6488
6547
|
docs: https://docs.nango.dev/integrations/all/mailchimp
|
|
6548
|
+
post_connection_script: mailchimpPostConnection
|
|
6489
6549
|
connection_config:
|
|
6490
6550
|
dc:
|
|
6491
6551
|
type: string
|
|
@@ -6493,6 +6553,7 @@ mailchimp:
|
|
|
6493
6553
|
description: The data center for your account
|
|
6494
6554
|
pattern: '^[a-z]+\d*$'
|
|
6495
6555
|
example: us6
|
|
6556
|
+
automated: true
|
|
6496
6557
|
|
|
6497
6558
|
# Untested configuration. Please reach out if you have a test account that we can use to test it.
|
|
6498
6559
|
manatal:
|
|
@@ -9224,6 +9285,30 @@ sedna-basic:
|
|
|
9224
9285
|
title: Tenant
|
|
9225
9286
|
description: The tenant name to your sedna account
|
|
9226
9287
|
|
|
9288
|
+
setmore:
|
|
9289
|
+
display_name: Setmore
|
|
9290
|
+
categories:
|
|
9291
|
+
- productivity
|
|
9292
|
+
auth_mode: TWO_STEP
|
|
9293
|
+
token_request_method: GET
|
|
9294
|
+
token_url: https://developer.setmore.com/api/v1/o/oauth2/token?refreshToken=${credentials.refreshToken}
|
|
9295
|
+
proxy:
|
|
9296
|
+
base_url: https://developer.setmore.com/api
|
|
9297
|
+
token_response:
|
|
9298
|
+
token: data.token.access_token
|
|
9299
|
+
token_expiration: data.token.expires_in
|
|
9300
|
+
token_expiration_strategy: expireIn
|
|
9301
|
+
docs: https://docs.nango.dev/integrations/all/setmore
|
|
9302
|
+
docs_connect: https://docs.nango.dev/integrations/all/setmore/connect
|
|
9303
|
+
credentials:
|
|
9304
|
+
refreshToken:
|
|
9305
|
+
type: string
|
|
9306
|
+
title: Access Token
|
|
9307
|
+
pattern: '^r1\/[A-Za-z0-9\-]+$'
|
|
9308
|
+
example: r1/Ab12Cd34Ef56Gh78Ij90KlMnOpQr-StUvWxYz123456
|
|
9309
|
+
description: The access token provided to you by Setmore team
|
|
9310
|
+
doc_section: '#step-1-requesting-access-to-the-api'
|
|
9311
|
+
|
|
9227
9312
|
servicem8:
|
|
9228
9313
|
display_name: ServiceM8
|
|
9229
9314
|
categories:
|