@nangohq/providers 0.64.2 → 0.64.4
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 +3 -3
- package/providers.yaml +50 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.64.
|
|
3
|
+
"version": "0.64.4",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"js-yaml": "4.1.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nangohq/types": "0.64.
|
|
15
|
-
"vitest": "3.
|
|
14
|
+
"@nangohq/types": "0.64.4",
|
|
15
|
+
"vitest": "3.2.4"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
|
18
18
|
"dist/**/*",
|
package/providers.yaml
CHANGED
|
@@ -772,6 +772,7 @@ ashby:
|
|
|
772
772
|
endpoints:
|
|
773
773
|
- apiKey.info
|
|
774
774
|
docs: https://docs.nango.dev/integrations/all/ashby
|
|
775
|
+
docs_connect: https://docs.nango.dev/integrations/all/ashby/connect
|
|
775
776
|
credentials:
|
|
776
777
|
username:
|
|
777
778
|
type: string
|
|
@@ -1130,6 +1131,8 @@ aws-scim:
|
|
|
1130
1131
|
doc_section: '#step-2-setting-up-automatic-provisioning'
|
|
1131
1132
|
|
|
1132
1133
|
azure-blob-storage:
|
|
1134
|
+
categories:
|
|
1135
|
+
- storage
|
|
1133
1136
|
display_name: Azure Blob Storage
|
|
1134
1137
|
alias: microsoft
|
|
1135
1138
|
default_scopes:
|
|
@@ -6010,8 +6013,8 @@ knowbe4:
|
|
|
6010
6013
|
title: Subdomain
|
|
6011
6014
|
description: The subdomain to your API base URL
|
|
6012
6015
|
doc_section: '#step-1-finding-your-subdomain'
|
|
6013
|
-
example: api
|
|
6014
|
-
pattern: '^(api|api
|
|
6016
|
+
example: eu.api
|
|
6017
|
+
pattern: '^(us\.api|eu\.api|ca\.api|uk\.api|de\.api)$'
|
|
6015
6018
|
order: 1
|
|
6016
6019
|
|
|
6017
6020
|
klipfolio:
|
|
@@ -7700,6 +7703,27 @@ paychex:
|
|
|
7700
7703
|
description: A confidential key used to authenticate the identity of application (client)
|
|
7701
7704
|
doc_section: '#step-1-generating-your-client-credentials'
|
|
7702
7705
|
|
|
7706
|
+
paycom:
|
|
7707
|
+
display_name: Paycom
|
|
7708
|
+
categories:
|
|
7709
|
+
- hr
|
|
7710
|
+
auth_mode: BASIC
|
|
7711
|
+
proxy:
|
|
7712
|
+
base_url: https://api.paycomonline.net
|
|
7713
|
+
docs: https://docs.nango.dev/integrations/all/paycom
|
|
7714
|
+
docs_connect: https://docs.nango.dev/integrations/all/paycom/connect
|
|
7715
|
+
credentials:
|
|
7716
|
+
username:
|
|
7717
|
+
type: string
|
|
7718
|
+
title: SID
|
|
7719
|
+
description: The SID of your Paycom account
|
|
7720
|
+
doc_section: '#step-1-finding-your-credentials'
|
|
7721
|
+
password:
|
|
7722
|
+
type: string
|
|
7723
|
+
title: API Token
|
|
7724
|
+
description: The API token of your Paycom account
|
|
7725
|
+
doc_section: '#step-1-finding-your-credentials'
|
|
7726
|
+
|
|
7703
7727
|
payfit:
|
|
7704
7728
|
display_name: Payfit
|
|
7705
7729
|
categories:
|
|
@@ -9283,6 +9307,30 @@ sedna-basic:
|
|
|
9283
9307
|
title: Tenant
|
|
9284
9308
|
description: The tenant name to your sedna account
|
|
9285
9309
|
|
|
9310
|
+
setmore:
|
|
9311
|
+
display_name: Setmore
|
|
9312
|
+
categories:
|
|
9313
|
+
- productivity
|
|
9314
|
+
auth_mode: TWO_STEP
|
|
9315
|
+
token_request_method: GET
|
|
9316
|
+
token_url: https://developer.setmore.com/api/v1/o/oauth2/token?refreshToken=${credentials.refreshToken}
|
|
9317
|
+
proxy:
|
|
9318
|
+
base_url: https://developer.setmore.com/api
|
|
9319
|
+
token_response:
|
|
9320
|
+
token: data.token.access_token
|
|
9321
|
+
token_expiration: data.token.expires_in
|
|
9322
|
+
token_expiration_strategy: expireIn
|
|
9323
|
+
docs: https://docs.nango.dev/integrations/all/setmore
|
|
9324
|
+
docs_connect: https://docs.nango.dev/integrations/all/setmore/connect
|
|
9325
|
+
credentials:
|
|
9326
|
+
refreshToken:
|
|
9327
|
+
type: string
|
|
9328
|
+
title: Access Token
|
|
9329
|
+
pattern: '^r1\/[A-Za-z0-9\-]+$'
|
|
9330
|
+
example: r1/Ab12Cd34Ef56Gh78Ij90KlMnOpQr-StUvWxYz123456
|
|
9331
|
+
description: The access token provided to you by Setmore team
|
|
9332
|
+
doc_section: '#step-1-requesting-access-to-the-api'
|
|
9333
|
+
|
|
9286
9334
|
servicem8:
|
|
9287
9335
|
display_name: ServiceM8
|
|
9288
9336
|
categories:
|