@nangohq/providers 0.64.3 → 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 +22 -0
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
|
|
@@ -7702,6 +7703,27 @@ paychex:
|
|
|
7702
7703
|
description: A confidential key used to authenticate the identity of application (client)
|
|
7703
7704
|
doc_section: '#step-1-generating-your-client-credentials'
|
|
7704
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
|
+
|
|
7705
7727
|
payfit:
|
|
7706
7728
|
display_name: Payfit
|
|
7707
7729
|
categories:
|