@nangohq/providers 0.61.0 → 0.61.1
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 +33 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.61.
|
|
3
|
+
"version": "0.61.1",
|
|
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.61.
|
|
14
|
+
"@nangohq/types": "0.61.1",
|
|
15
15
|
"vitest": "3.1.2"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -8566,6 +8566,39 @@ sage:
|
|
|
8566
8566
|
base_url: https://api.accounting.sage.com
|
|
8567
8567
|
docs: https://docs.nango.dev/integrations/all/sage
|
|
8568
8568
|
|
|
8569
|
+
sage-hr:
|
|
8570
|
+
display_name: Sage HR
|
|
8571
|
+
categories:
|
|
8572
|
+
- hr
|
|
8573
|
+
auth_mode: API_KEY
|
|
8574
|
+
proxy:
|
|
8575
|
+
base_url: https://${connectionConfig.subdomain}.sage.hr
|
|
8576
|
+
headers:
|
|
8577
|
+
x-auth-token: ${apiKey}
|
|
8578
|
+
verification:
|
|
8579
|
+
method: GET
|
|
8580
|
+
endpoints:
|
|
8581
|
+
- /api/employees
|
|
8582
|
+
docs: https://docs.nango.dev/integrations/all/sage-hr
|
|
8583
|
+
docs_connect: https://docs.nango.dev/integrations/all/sage-hr/connect
|
|
8584
|
+
credentials:
|
|
8585
|
+
apiKey:
|
|
8586
|
+
type: string
|
|
8587
|
+
title: API Key
|
|
8588
|
+
description: The API Key for your Sage HR account
|
|
8589
|
+
doc_section: '#step-1-enabling-api-access'
|
|
8590
|
+
example: apikey****************************
|
|
8591
|
+
pattern: '^[a-zA-Z0-9.]+$'
|
|
8592
|
+
connection_config:
|
|
8593
|
+
subdomain:
|
|
8594
|
+
type: string
|
|
8595
|
+
title: Sage HR Subdomain
|
|
8596
|
+
description: The subdomain of your Sage HR account
|
|
8597
|
+
pattern: '^[a-zA-Z0-9-]+$'
|
|
8598
|
+
example: subdomain
|
|
8599
|
+
suffix: .sage.hr
|
|
8600
|
+
prefix: https://
|
|
8601
|
+
|
|
8569
8602
|
sage-intacct-oauth:
|
|
8570
8603
|
display_name: Sage Intacct (OAuth)
|
|
8571
8604
|
categories:
|