@nangohq/providers 0.64.2 → 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 +28 -2
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
|
@@ -1130,6 +1130,8 @@ aws-scim:
|
|
|
1130
1130
|
doc_section: '#step-2-setting-up-automatic-provisioning'
|
|
1131
1131
|
|
|
1132
1132
|
azure-blob-storage:
|
|
1133
|
+
categories:
|
|
1134
|
+
- storage
|
|
1133
1135
|
display_name: Azure Blob Storage
|
|
1134
1136
|
alias: microsoft
|
|
1135
1137
|
default_scopes:
|
|
@@ -6010,8 +6012,8 @@ knowbe4:
|
|
|
6010
6012
|
title: Subdomain
|
|
6011
6013
|
description: The subdomain to your API base URL
|
|
6012
6014
|
doc_section: '#step-1-finding-your-subdomain'
|
|
6013
|
-
example: api
|
|
6014
|
-
pattern: '^(api|api
|
|
6015
|
+
example: eu.api
|
|
6016
|
+
pattern: '^(us\.api|eu\.api|ca\.api|uk\.api|de\.api)$'
|
|
6015
6017
|
order: 1
|
|
6016
6018
|
|
|
6017
6019
|
klipfolio:
|
|
@@ -9283,6 +9285,30 @@ sedna-basic:
|
|
|
9283
9285
|
title: Tenant
|
|
9284
9286
|
description: The tenant name to your sedna account
|
|
9285
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
|
+
|
|
9286
9312
|
servicem8:
|
|
9287
9313
|
display_name: ServiceM8
|
|
9288
9314
|
categories:
|