@nangohq/providers 0.57.2 → 0.57.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.57.
|
|
3
|
+
"version": "0.57.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.57.
|
|
14
|
+
"@nangohq/types": "0.57.3",
|
|
15
15
|
"vitest": "2.1.9"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -8670,6 +8670,36 @@ thrivecart-api-key:
|
|
|
8670
8670
|
example: 'ASYDV5S8-0BSO1SH2-4BH5PO7U-YF8SV3CZ'
|
|
8671
8671
|
pattern: '^[A-Z0-9]{8}-[A-Z0-9]{10}-[A-Z0-9]{8}-[A-Z0-9]{8}$'
|
|
8672
8672
|
|
|
8673
|
+
trakstar-hire:
|
|
8674
|
+
display_name: Trakstar Hire
|
|
8675
|
+
categories:
|
|
8676
|
+
- ats
|
|
8677
|
+
auth_mode: BASIC
|
|
8678
|
+
proxy:
|
|
8679
|
+
base_url: https://api.recruiterbox.com
|
|
8680
|
+
verification:
|
|
8681
|
+
method: GET
|
|
8682
|
+
endpoints:
|
|
8683
|
+
- /v2/openings
|
|
8684
|
+
headers:
|
|
8685
|
+
content-type: application/json
|
|
8686
|
+
docs: https://docs.nango.dev/integrations/all/trakstar-hire
|
|
8687
|
+
docs_connect: https://docs.nango.dev/integrations/all/trakstar-hire/connect
|
|
8688
|
+
credentials:
|
|
8689
|
+
username:
|
|
8690
|
+
type: string
|
|
8691
|
+
title: API Key
|
|
8692
|
+
description: Your Trakstar API Key
|
|
8693
|
+
pattern: '^[a-f0-9]+$'
|
|
8694
|
+
example: a3f8b92c4d6e715f0a1b3c4d5e6f7890
|
|
8695
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
8696
|
+
password:
|
|
8697
|
+
type: string
|
|
8698
|
+
title: ''
|
|
8699
|
+
description: ''
|
|
8700
|
+
default_value: ''
|
|
8701
|
+
hidden: true
|
|
8702
|
+
|
|
8673
8703
|
tremendous:
|
|
8674
8704
|
display_name: Tremendous
|
|
8675
8705
|
categories:
|