@nangohq/providers 0.69.25 → 0.69.27

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +57 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.69.25",
3
+ "version": "0.69.27",
4
4
  "description": "Nango's providers.yaml and getters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -16,7 +16,7 @@
16
16
  "js-yaml": "4.1.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@nangohq/types": "0.69.25",
19
+ "@nangohq/types": "0.69.27",
20
20
  "vitest": "3.2.4"
21
21
  },
22
22
  "files": [
package/providers.yaml CHANGED
@@ -16174,6 +16174,63 @@ workday-oauth:
16174
16174
  example: yourtenant
16175
16175
  order: 2
16176
16176
  doc_section: '#step-3-finding-your-tenant'
16177
+
16178
+ workday-refresh-token:
16179
+ display_name: Workday (Refresh Token Auth)
16180
+ categories:
16181
+ - hr
16182
+ auth_mode: TWO_STEP
16183
+ body_format: form
16184
+ token_url: https://${connectionConfig.tokenDomain}/ccx/oauth2/${connectionConfig.tenant}/token
16185
+ token_params:
16186
+ grant_type: refresh_token
16187
+ refresh_token: ${credentials.refreshToken}
16188
+ token_headers:
16189
+ content-type: application/x-www-form-urlencoded
16190
+ authorization: Basic ${base64(${credentials.clientId}:${credentials.clientSecret})}
16191
+ token_response:
16192
+ token: access_token
16193
+ token_expires_in_ms: 3600000
16194
+ proxy:
16195
+ base_url: https://${connectionConfig.tokenDomain}/ccx/api
16196
+ docs: https://nango.dev/docs/api-integrations/workday-refresh-token
16197
+ docs_connect: https://nango.dev/docs/api-integrations/workday-refresh-token/connect
16198
+ connection_config:
16199
+ tokenDomain:
16200
+ type: string
16201
+ title: Token Domain
16202
+ description: The domain used to obtain the token for your Workday account
16203
+ format: hostname
16204
+ example: wd3-impl-services1.workday.com
16205
+ prefix: https://
16206
+ order: 1
16207
+ doc_section: '#step-1-finding-your-token-domain'
16208
+ tenant:
16209
+ type: string
16210
+ title: Tenant
16211
+ description: The tenant of your Workday account
16212
+ example: mytenant
16213
+ order: 2
16214
+ doc_section: '#step-2-finding-your-tenant'
16215
+ credentials:
16216
+ clientId:
16217
+ type: string
16218
+ title: Client ID
16219
+ description: Your Workday API Client ID
16220
+ doc_section: '#step-3-registering-an-api-client'
16221
+ clientSecret:
16222
+ type: string
16223
+ title: Client Secret
16224
+ description: Your Workday API Client Secret
16225
+ secret: true
16226
+ doc_section: '#step-3-registering-an-api-client'
16227
+ refreshToken:
16228
+ type: string
16229
+ title: Refresh Token
16230
+ description: Your Workday refresh token for the Integration System User
16231
+ secret: true
16232
+ doc_section: '#step-4-generating-a-refresh-token'
16233
+
16177
16234
  wrike:
16178
16235
  display_name: Wrike
16179
16236
  categories: