@nangohq/providers 0.60.2 → 0.60.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 +30 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.60.
|
|
3
|
+
"version": "0.60.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.60.
|
|
14
|
+
"@nangohq/types": "0.60.3",
|
|
15
15
|
"vitest": "3.1.2"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -5637,6 +5637,36 @@ jobadder:
|
|
|
5637
5637
|
- /v2/users/current
|
|
5638
5638
|
docs: https://docs.nango.dev/integrations/all/jobadder
|
|
5639
5639
|
|
|
5640
|
+
jobvite:
|
|
5641
|
+
display_name: Jobvite
|
|
5642
|
+
categories:
|
|
5643
|
+
- ats
|
|
5644
|
+
auth_mode: API_KEY
|
|
5645
|
+
proxy:
|
|
5646
|
+
base_url: https://api.jobvite.com/api
|
|
5647
|
+
headers:
|
|
5648
|
+
x-jvi-api: ${apiKey}
|
|
5649
|
+
x-jvi-sc: ${connectionConfig.secretKey}
|
|
5650
|
+
verification:
|
|
5651
|
+
method: GET
|
|
5652
|
+
endpoints:
|
|
5653
|
+
- /v2/candidate
|
|
5654
|
+
docs: https://docs.nango.dev/integrations/all/jobvite
|
|
5655
|
+
docs_connect: https://docs.nango.dev/integrations/all/jobvite/connect
|
|
5656
|
+
credentials:
|
|
5657
|
+
apiKey:
|
|
5658
|
+
type: string
|
|
5659
|
+
title: API Key
|
|
5660
|
+
description: The API key for your Jobvite account
|
|
5661
|
+
doc_section: '#step-1-getting-your-api-key-and-secret-key'
|
|
5662
|
+
connection_config:
|
|
5663
|
+
secretKey:
|
|
5664
|
+
type: string
|
|
5665
|
+
title: Secret Key
|
|
5666
|
+
description: The secret key for your Jobvite account
|
|
5667
|
+
secret: true
|
|
5668
|
+
doc_section: '#step-1-getting-your-api-key-and-secret-key'
|
|
5669
|
+
|
|
5640
5670
|
jotform:
|
|
5641
5671
|
display_name: Jotform
|
|
5642
5672
|
categories:
|