@nangohq/providers 0.66.2 → 0.67.0
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 +37 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
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.
|
|
14
|
+
"@nangohq/types": "0.67.0",
|
|
15
15
|
"vitest": "3.2.4"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -3047,6 +3047,43 @@ datadog:
|
|
|
3047
3047
|
example: '4f3c12efb9659a0b5c123b568745dbf9'
|
|
3048
3048
|
doc_section: '#step-2-datadog-api-key'
|
|
3049
3049
|
|
|
3050
|
+
dayforce:
|
|
3051
|
+
display_name: Dayforce
|
|
3052
|
+
categories:
|
|
3053
|
+
- hr
|
|
3054
|
+
auth_mode: TWO_STEP
|
|
3055
|
+
body_format: form
|
|
3056
|
+
proxy:
|
|
3057
|
+
base_url: https://www.dayforcehcm.com/api
|
|
3058
|
+
token_url: https://dfid.dayforcehcm.com/connect/token
|
|
3059
|
+
token_params:
|
|
3060
|
+
grant_type: password
|
|
3061
|
+
companyId: ${connectionConfig.companyId}
|
|
3062
|
+
username: ${credentials.username}
|
|
3063
|
+
password: ${credentials.password}
|
|
3064
|
+
client_id: Dayforce.HCMAnywhere.Client
|
|
3065
|
+
token_headers:
|
|
3066
|
+
content-type: application/x-www-form-urlencoded
|
|
3067
|
+
docs: https://docs.nango.dev/integrations/all/dayforce
|
|
3068
|
+
docs_connect: https://docs.nango.dev/integrations/all/dayforce/connect
|
|
3069
|
+
connection_config:
|
|
3070
|
+
companyId:
|
|
3071
|
+
type: string
|
|
3072
|
+
title: Company ID
|
|
3073
|
+
order: 1
|
|
3074
|
+
description: The company ID for your Dayforce account.
|
|
3075
|
+
doc_section: '#step-1-finding-your-company-id'
|
|
3076
|
+
credentials:
|
|
3077
|
+
username:
|
|
3078
|
+
type: string
|
|
3079
|
+
title: Username
|
|
3080
|
+
description: Your Dayforce account username.
|
|
3081
|
+
doc_section: '#step-2-configure-your-dayforce-user'
|
|
3082
|
+
password:
|
|
3083
|
+
type: string
|
|
3084
|
+
title: Password
|
|
3085
|
+
description: Your Dayforce account password.
|
|
3086
|
+
doc_section: '#step-2-configure-your-dayforce-user'
|
|
3050
3087
|
datto-rmm:
|
|
3051
3088
|
display_name: Datto RMM
|
|
3052
3089
|
categories:
|