@nangohq/providers 0.64.3 → 0.65.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 +3 -3
- package/providers.yaml +25 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.65.0",
|
|
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.
|
|
15
|
-
"vitest": "3.
|
|
14
|
+
"@nangohq/types": "0.65.0",
|
|
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:
|
|
@@ -11306,14 +11328,16 @@ workday:
|
|
|
11306
11328
|
type: string
|
|
11307
11329
|
title: Tenant
|
|
11308
11330
|
description: The tenant of your Workday account
|
|
11309
|
-
example:
|
|
11331
|
+
example: acme
|
|
11310
11332
|
order: 2
|
|
11311
11333
|
doc_section: '#step-2-finding-your-tenant'
|
|
11312
11334
|
credentials:
|
|
11313
11335
|
username:
|
|
11314
11336
|
type: string
|
|
11337
|
+
example: ISU Nango@acme
|
|
11315
11338
|
title: Username
|
|
11316
11339
|
description: Workday API Username
|
|
11340
|
+
pattern: '^[^@]+@[^@]+$'
|
|
11317
11341
|
doc_section: '#step-4-generating-your-username'
|
|
11318
11342
|
password:
|
|
11319
11343
|
type: string
|