@nangohq/providers 0.69.2 → 0.69.3

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 +31 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.69.2",
3
+ "version": "0.69.3",
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.69.2",
14
+ "@nangohq/types": "0.69.3",
15
15
  "vitest": "3.2.4"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -232,6 +232,34 @@ adobe-umapi:
232
232
  description: ''
233
233
  automated: true
234
234
 
235
+ adobe-workfront:
236
+ display_name: Adobe Workfront
237
+ categories:
238
+ - sports
239
+ auth_mode: OAUTH2
240
+ authorization_url: https://${connectionConfig.hostname}/integrations/oauth2/authorize
241
+ token_url: https://${connectionConfig.hostname}/integrations/oauth2/api/v1/token
242
+ authorization_method: header
243
+ body_format: json
244
+ authorization_params:
245
+ response_type: code
246
+ token_params:
247
+ grant_type: authorization_code
248
+ refresh_params:
249
+ grant_type: refresh_token
250
+ proxy:
251
+ base_url: https://${connectionConfig.hostname}/attask/api
252
+ docs: https://docs.nango.dev/integrations/all/adobe-workfront
253
+ docs_connect: https://docs.nango.dev/integrations/all/adobe-workfront/connect
254
+ connection_config:
255
+ hostname:
256
+ type: string
257
+ title: Hostname
258
+ prefix: https://
259
+ pattern: '^[a-zA-Z0-9-]+\.my\.workfront(\.adobe)?\.com$'
260
+ description: The hostname of your Adobe Workfront account
261
+ example: acme.my.workfront.com
262
+
235
263
  adp:
236
264
  display_name: ADP
237
265
  auth_mode: OAUTH2_CC
@@ -8662,6 +8690,7 @@ one-drive:
8662
8690
  - knowledge-base
8663
8691
  - storage
8664
8692
  alias: microsoft
8693
+ post_connection_script: onedrivePostConnection
8665
8694
  docs: https://docs.nango.dev/integrations/all/one-drive
8666
8695
 
8667
8696
  one-note:
@@ -11020,6 +11049,7 @@ sharepoint-online:
11020
11049
  - storage
11021
11050
  - communication
11022
11051
  alias: microsoft
11052
+ post_connection_script: onedrivePostConnection
11023
11053
  docs: https://docs.nango.dev/integrations/all/sharepoint-online
11024
11054
 
11025
11055
  sharepoint-online-oauth2-cc:
@@ -11453,7 +11483,7 @@ snowflake-jwt:
11453
11483
  alg: RS256
11454
11484
  typ: JWT
11455
11485
  payload:
11456
- iss: ${credentials.accountIdentifier}.${credentials.userName}.${credentials.fingerprint}
11486
+ iss: ${credentials.accountIdentifier}.${credentials.userName}.${fingerprint(${credentials.privateKey})}
11457
11487
  sub: ${credentials.accountIdentifier}.${credentials.userName}
11458
11488
  proxy:
11459
11489
  headers:
@@ -11500,14 +11530,6 @@ snowflake-jwt:
11500
11530
  pattern: '^-----BEGIN PRIVATE KEY-----\s*([A-Za-z0-9+/=\s]+)\s*-----END PRIVATE KEY-----$'
11501
11531
  secret: true
11502
11532
  doc_section: '#step-4-generating-your-private-key'
11503
- fingerprint:
11504
- type: string
11505
- title: Fingerprint
11506
- description: SHA-256 fingerprint of the public key uploaded to your Snowflake user
11507
- example: SHA256:Zc9FB6P5bGsYa4WWCMsr3+PxUWr2F2HUdK/2XG5JQjg=
11508
- pattern: '^SHA256:[A-Za-z0-9+/]{43}[A-Za-z0-9+/=]$'
11509
- secret: true
11510
- doc_section: '#step-5-finding-your-fingerprint'
11511
11533
 
11512
11534
  splitwise:
11513
11535
  display_name: Splitwise