@nangohq/providers 0.64.4 → 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 +2 -2
- package/providers.yaml +3 -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,7 +11,7 @@
|
|
|
11
11
|
"js-yaml": "4.1.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nangohq/types": "0.
|
|
14
|
+
"@nangohq/types": "0.65.0",
|
|
15
15
|
"vitest": "3.2.4"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -11328,14 +11328,16 @@ workday:
|
|
|
11328
11328
|
type: string
|
|
11329
11329
|
title: Tenant
|
|
11330
11330
|
description: The tenant of your Workday account
|
|
11331
|
-
example:
|
|
11331
|
+
example: acme
|
|
11332
11332
|
order: 2
|
|
11333
11333
|
doc_section: '#step-2-finding-your-tenant'
|
|
11334
11334
|
credentials:
|
|
11335
11335
|
username:
|
|
11336
11336
|
type: string
|
|
11337
|
+
example: ISU Nango@acme
|
|
11337
11338
|
title: Username
|
|
11338
11339
|
description: Workday API Username
|
|
11340
|
+
pattern: '^[^@]+@[^@]+$'
|
|
11339
11341
|
doc_section: '#step-4-generating-your-username'
|
|
11340
11342
|
password:
|
|
11341
11343
|
type: string
|